feat: add nuxt configs
This commit is contained in:
parent
7fddd9387b
commit
6aa680af5a
2 changed files with 9 additions and 0 deletions
3
app.config.ts
Normal file
3
app.config.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default defineAppConfig({
|
||||
gorbClientBaseURL: "localhost:3000"
|
||||
})
|
6
nuxt.config.ts
Normal file
6
nuxt.config.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-11-01',
|
||||
devtools: { enabled: true },
|
||||
modules: ['@nuxt/fonts', '@nuxt/image']
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue