We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ec8b9 + b398fae commit f07ad26Copy full SHA for f07ad26
pages/nuxt/esa.jsonc
@@ -1,8 +1,7 @@
1
{
2
"name": "nuxt-template",
3
- "buildCommand": "npm run generate",
4
"assets": {
5
"directory": "./dist",
6
"notFoundStrategy": "404Page"
7
}
8
-}
+}
pages/nuxt/package.json
@@ -4,15 +4,13 @@
"description": "Modern ESA Pages template built with Nuxt.js",
"private": true,
"scripts": {
- "build": "nuxt build",
+ "build": "nuxt generate",
"dev": "nuxt dev",
9
- "generate": "nuxt generate",
10
"preview": "nuxt preview",
11
"typecheck": "nuxt typecheck"
12
},
13
"devDependencies": {
14
"@nuxt/devtools": "^1.0.8",
15
-
16
"@nuxtjs/tailwindcss": "^6.12.0",
17
"nuxt": "^3.12.4",
18
"typescript": "^5.5.4",
0 commit comments