Skip to content

Commit

Permalink
Revert "fix(nextjs): Add edge-middleware and drop client/ & middlewar…
Browse files Browse the repository at this point in the history
…e/ from tsup.config entry"

This reverts commit 2267275.
  • Loading branch information
nikosdouvlis committed Apr 12, 2023
1 parent adf2c57 commit ba85989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ export default defineConfig(overrideOptions => {
const isProd = overrideOptions.env?.NODE_ENV === 'production';

return {
clean: true,
entry: [
'src/index.ts',
'src/ssr/index.ts',
'src/server/index.ts',
'src/api/index.ts',
'src/edge-middleware/index.ts',
'src/middleware/index.ts',
'src/app-beta/index.ts',
'src/client/index.ts',
'src/constants.ts',
],
onSuccess: 'tsc --emitDeclarationOnly --declaration',
Expand Down

0 comments on commit ba85989

Please sign in to comment.