Skip to content

Commit

Permalink
(fix) allow entries in +server.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed May 9, 2023
1 parent 47308ca commit cce1a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export const kitExports: Record<
]
},
entries: {
allowedIn: ['layout', 'page', 'server', 'universal'],
allowedIn: ['api', 'layout', 'page', 'server', 'universal'],
displayParts: [
{
text: 'export',
Expand Down

0 comments on commit cce1a4a

Please sign in to comment.