Skip to content

Commit

Permalink
chore: cloudflare debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go committed Jan 22, 2024
1 parent ce16813 commit 9407a1c
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 35 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ export default defineNuxtConfig({
transformAssetUrls,
},
},
},
nitro: {
minify: false
}
})
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"type": "module",
"scripts": {
"build": "nuxt build",
"build:cf":"NITRO_PRESET=cloudflare && nuxt build",
"build:cf": "cross-env NITRO_PRESET=cloudflare nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
Expand All @@ -17,13 +18,15 @@
"nuxt-elasticsearch": "^1.0.2",
"sass": "^1.69.7",
"sass-loader": "^14.0.0",
"typescript": "^5.3.3",
"vite-plugin-vuetify": "^2.0.1",
"vue": "^3.4.10",
"vue-gtag-next": "^1.14.0",
"vue-router": "^4.2.5",
"vuetify": "^3.4.10"
},
"dependencies": {
"@mdi/font": "^7.4.47"
"@mdi/font": "^7.4.47",
"cross-env": "^7.0.3"
}
}
81 changes: 49 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9407a1c

Please sign in to comment.