Added auth functionality, initial work with views and field types
This commit is contained in:
@@ -41,6 +41,11 @@ export default defineNuxtConfig({
|
||||
|
||||
typescript: {
|
||||
strict: true,
|
||||
tsConfig: {
|
||||
compilerOptions: {
|
||||
verbatimModuleSyntax: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
features: {
|
||||
@@ -48,11 +53,14 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
include: ['@internationalized/date'],
|
||||
},
|
||||
server: {
|
||||
hmr: {
|
||||
clientPort: 3001,
|
||||
},
|
||||
allowedHosts: ['jupiter.routebox.co', 'localhost', '127.0.0.1'],
|
||||
allowedHosts: ['.routebox.co', 'localhost', '127.0.0.1'],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user