fix: next js build output command update

This commit is contained in:
lohxt1 2024-10-17 18:22:36 +05:30
parent cc8f3de8be
commit e947a8335a
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
module.exports = {
output: 'export',
reactStrictMode: false,
publicRuntimeConfig: {
CI: process.env.CI,

View File

@ -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",