修正编译模式

This commit is contained in:
niyyzf 2024-06-30 11:19:52 +08:00
parent ee9f6d392a
commit 50348e909d
4 changed files with 13545 additions and 3 deletions

1
web/.env Normal file
View File

@ -0,0 +1 @@
NUXT_API_URL="http://backend.xn--7p0a.site"

View File

@ -1 +0,0 @@
NUXT_API_URL="http://localhost:3000"

13541
web/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

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