fix: remove non-functioning sanctum module config

This commit is contained in:
2025-12-04 23:49:46 +01:00
parent 1224d2057b
commit 430100f62d

View File

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