login with api
This commit is contained in:
parent
d8a9909eb9
commit
ff5b189b2f
16 changed files with 1241 additions and 66 deletions
|
|
@ -29,8 +29,8 @@ export default defineNuxtConfig({
|
|||
],
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
apiBase: process.env.API_BASE_URL || 'http://localhost:3001/api',
|
||||
useMockData: process.env.USE_MOCK_DATA === 'true'
|
||||
apiBaseUrl: process.env.NUXT_PUBLIC_API_BASE_URL,
|
||||
useMockData: process.env.NUXT_PUBLIC_USE_MOCK_DATA === 'true'
|
||||
}
|
||||
},
|
||||
devtools: { enabled: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue