feat: pnpm-lock
This commit is contained in:
+12
-1
@@ -1,5 +1,16 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
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