no message

This commit is contained in:
A1300399510
2024-01-03 11:42:49 +08:00
parent 42abde5285
commit 4a46a94688
47 changed files with 358 additions and 346 deletions

View File

@@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"build": "nuxt build ",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
@@ -22,11 +22,5 @@
"axios": "^1.6.2",
"masonry-layout": "^4.2.2",
"qs": "^6.11.2"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3000"
}
}
}