fix(frontend) : fix dropdown z-index and dev config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-03-13 08:20:43 +01:00
parent 517511177c
commit 7e7e373231
3 changed files with 62 additions and 35 deletions

View File

@@ -17,7 +17,7 @@ export default defineNuxtConfig({
],
runtimeConfig: {
public: {
apiBase: process.env.NUXT_PUBLIC_API_BASE || '/api'
apiBase: process.env.NUXT_PUBLIC_API_BASE
}
},
devServer: {
@@ -36,6 +36,7 @@ export default defineNuxtConfig({
],
vite: {
server: {
allowedHosts: true,
proxy: {
'/api': {
target: 'http://nginx',