fix: resolved #2704
This commit is contained in:
parent
389fedefb5
commit
045dc10a0d
2 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"postinstall": "pnpm run gql-codegen",
|
||||
"do-dev": "pnpm run dev",
|
||||
"do-build-prod": "pnpm run build",
|
||||
"do-prod-start": "pnpm run preview",
|
||||
"do-lint": "pnpm run prod-lint",
|
||||
"do-typecheck": "pnpm run lint",
|
||||
"do-lintfix": "pnpm run lintfix"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@ export default defineConfig({
|
|||
server: {
|
||||
port: 3000,
|
||||
},
|
||||
preview: {
|
||||
port: 3000,
|
||||
},
|
||||
build: {
|
||||
sourcemap: true,
|
||||
emptyOutDir: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue