first belajar git
This commit is contained in:
29
nuxt.config.ts
Normal file
29
nuxt.config.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
ssr: false,
|
||||
|
||||
typescript: {
|
||||
shim: false
|
||||
},
|
||||
|
||||
build: {
|
||||
transpile: ["vuetify"],
|
||||
},
|
||||
|
||||
vite: {
|
||||
define: {
|
||||
"process.env.DEBUG": false,
|
||||
},
|
||||
},
|
||||
|
||||
nitro: {
|
||||
serveStatic: true,
|
||||
},
|
||||
|
||||
devServerHandlers: [],
|
||||
|
||||
hooks: {
|
||||
},
|
||||
|
||||
compatibilityDate: "2024-10-23",
|
||||
})
|
||||
Reference in New Issue
Block a user