feat: pnpm-lock
This commit is contained in:
Generated
+1792
File diff suppressed because it is too large
Load Diff
+12
-1
@@ -1,5 +1,16 @@
|
|||||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
compatibilityDate: '2024-11-01',
|
compatibilityDate: '2024-11-01',
|
||||||
devtools: { enabled: true }
|
devtools: { enabled: true },
|
||||||
|
vite: {
|
||||||
|
server: {
|
||||||
|
allowedHosts: ['code.elizaveta.top']
|
||||||
|
}
|
||||||
|
},
|
||||||
|
devServer: {
|
||||||
|
port: 3000
|
||||||
|
},
|
||||||
|
app: {
|
||||||
|
baseURL: '/absproxy/3000'
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user