WIP
This commit is contained in:
16
nuxt.config.ts
Normal file
16
nuxt.config.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2026-02-25',
|
||||
modules: ['nuxt-open-fetch', '@nuxt/ui'],
|
||||
css: ['~/assets/css/main.css'],
|
||||
ui: {
|
||||
colorMode: false
|
||||
},
|
||||
openFetch: {
|
||||
clients: {
|
||||
customer: {
|
||||
baseURL: 'http://localhost:4000/api/customers',
|
||||
schema: 'http://localhost:4000/api/openapi'
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user