You've already forked isop-mirror
Compare commits
2 Commits
f0ac4e0cdf
...
77e099a16e
| Author | SHA1 | Date | |
|---|---|---|---|
| 77e099a16e | |||
| 0da6157255 |
@@ -1,4 +1,4 @@
|
||||
BACKEND_URL=backend.example.com
|
||||
FRONTEND_URL=example.com
|
||||
BACKEND_URL=https://backend.example.com
|
||||
FRONTEND_URL=https://example.com
|
||||
SESSION_DOMAIN=.example.com
|
||||
APP_KEY=SOME-KEY
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user