WIP - keep progress with frontend views

This commit is contained in:
Francisco Gaona
2025-12-22 01:37:33 +01:00
parent fbfaf7bb9f
commit b6cb5652b7
12 changed files with 122 additions and 14 deletions

View File

@@ -41,6 +41,11 @@ export default defineNuxtConfig({
typescript: {
strict: true,
tsConfig: {
compilerOptions: {
verbatimModuleSyntax: false,
},
},
},
features: {
@@ -52,7 +57,7 @@ export default defineNuxtConfig({
hmr: {
clientPort: 3001,
},
allowedHosts: ['jupiter.routebox.co', 'localhost', '127.0.0.1'],
allowedHosts: ['.routebox.co', 'localhost', '127.0.0.1'],
},
},