added auth support
This commit is contained in:
parent
869be69d67
commit
f3dbaef776
7 changed files with 112 additions and 3 deletions
|
|
@ -1,6 +1,11 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
apiBase: '', // overridden by NUXT_PUBLIC_API_BASE
|
||||
},
|
||||
},
|
||||
devtools: {enabled: true},
|
||||
css: ['~/assets/css/reset.css'],
|
||||
modules: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue