You've already forked isop-mirror
fix: remove unused runtime config
This commit is contained in:
@@ -32,15 +32,6 @@ export default defineNuxtConfig({
|
|||||||
redirectIfAuthenticated: true
|
redirectIfAuthenticated: true
|
||||||
},
|
},
|
||||||
|
|
||||||
runtimeConfig: {
|
|
||||||
public: {
|
|
||||||
sanctum: {
|
|
||||||
baseUrl: 'http://localhost:8080', // NUXT_PUBLIC_SANCTUM_BASE_URL
|
|
||||||
origin: 'http://localhost:8080', // NUXT_PUBLIC_SANCTUM_ORIGIN
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
typescript: {
|
typescript: {
|
||||||
strict: true,
|
strict: true,
|
||||||
typeCheck: true,
|
typeCheck: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user