2022-01-31 21:13:58 +00:00
|
|
|
export default defineNuxtConfig({
|
2022-08-23 14:22:11 +00:00
|
|
|
imports: {
|
2022-03-09 11:03:36 +00:00
|
|
|
dirs: ['utils']
|
|
|
|
},
|
2022-01-31 21:13:58 +00:00
|
|
|
publicRuntimeConfig: {
|
|
|
|
theme: {
|
|
|
|
primaryColor: 'base_primary',
|
|
|
|
secondaryColor: 'base_secondary'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|