修正编译模式

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

1
web/.env Normal file
View File

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

View File

@ -1 +1 @@
NUXT_API_URL="http://localhost:3000" NUXT_API_URL="http://192.12125.124124.5: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, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "nuxt build --dotenv .env.production", "build": "nuxt build",
"dev": "nuxt dev --dotenv .env.development", "dev": "nuxt dev --dotenv .env.development",
"generate": "nuxt generate", "generate": "nuxt generate",
"preview": "nuxt preview", "preview": "nuxt preview",
"postinstall": "nuxt prepare", "postinstall": "nuxt prepare",
"postUpdate": "patch-package" "postUpdate": "patch-package",
"start": "nuxt start"
}, },
"dependencies": { "dependencies": {
"@nuxt/image": "^1.7.0", "@nuxt/image": "^1.7.0",