Skip to content

Commit

Permalink
Merge pull request #3322 from lohxt1/fix/next-js-app-build-output-com…
Browse files Browse the repository at this point in the history
…mand

fix: bruno-app build command update
  • Loading branch information
lohxt1 authored Oct 17, 2024
2 parents cc8f3de + e947a83 commit ac67c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/bruno-app/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
output: 'export',
reactStrictMode: false,
publicRuntimeConfig: {
CI: process.env.CI,
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "cross-env ENV=dev next dev -p 3000",
"build": "next build && next export",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
Expand Down

0 comments on commit ac67c4c

Please sign in to comment.