修正编译模式
This commit is contained in:
parent
ee9f6d392a
commit
fa76cbc8bb
|
@ -1 +1 @@
|
|||
NUXT_API_URL="http://localhost:3000"
|
||||
NUXT_API_URL="http://192.12125.124124.5:3000"
|
File diff suppressed because it is too large
Load Diff
|
@ -3,12 +3,13 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "nuxt build --dotenv .env.production",
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev --dotenv .env.development",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"postUpdate": "patch-package"
|
||||
"postUpdate": "patch-package",
|
||||
"start": "nuxt start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/image": "^1.7.0",
|
||||
|
|
Loading…
Reference in New Issue