fix: remove unused runtime config

This commit is contained in:
2025-12-04 20:27:55 +01:00
parent 72bca8876e
commit 962ae2d0d3

View File

@@ -32,15 +32,6 @@ export default defineNuxtConfig({
redirectIfAuthenticated: true
},
runtimeConfig: {
public: {
sanctum: {
baseUrl: 'http://localhost:8080', // NUXT_PUBLIC_SANCTUM_BASE_URL
origin: 'http://localhost:8080', // NUXT_PUBLIC_SANCTUM_ORIGIN
},
},
},
typescript: {
strict: true,
typeCheck: true,