Skip to content

Commit

Permalink
Merge pull request #61 from yosan/move-distdir
Browse files Browse the repository at this point in the history
move distdir
  • Loading branch information
yosan committed Sep 29, 2023
2 parents 3c774a0 + efcb147 commit 12bd966
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ui-debug.log
.runtimeconfig.json
.env
tsconfig.tsbuildinfo
firebase-debug.log

# Firebase cache
.firebase/
2 changes: 1 addition & 1 deletion src/app/next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
distDir: '../../dist/functions/next',
distDir: '../../dist/functions/web/.next',
}
3 changes: 0 additions & 3 deletions src/functions/web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ const dev = process.env.NODE_ENV !== 'production'
const app = next({
dev,
dir: __dirname,
conf: {
distDir: '../next',
},
})
const handle = app.getRequestHandler()

Expand Down

0 comments on commit 12bd966

Please sign in to comment.