finish me
This commit is contained in:
parent
a80df0466b
commit
679ec150b9
@ -17,8 +17,8 @@ export default defineNuxtConfig({
|
||||
vite: { plugins: [tailwindcss()] },
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
apiBase: process.env.API_BASE_URL || "http://localhost:8000",
|
||||
isUploadActive: process.env.IS_UPLOAD_ACTIVE || "false",
|
||||
apiBase: process.env.NUXT_PUBLIC_API_BASE_URL || "http://localhost:8000",
|
||||
isUploadActive: process.env.NUXT_PUBLIC_IS_UPLOAD_ACTIVE || "false",
|
||||
},
|
||||
},
|
||||
primevue: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user