diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 9d9f2e5..6f8cac1 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -32,6 +32,15 @@ export default defineNuxtConfig({ redirectIfAuthenticated: true }, + runtimeConfig: { + public: { + sanctum: { + baseUrl: 'http://localhost:8000', + origin: 'http://localhost:3000' + } as any + } + }, + typescript: { strict: true, typeCheck: true,