mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
added entrypoint for docker
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineConfig(({ mode }) => {
|
||||
const clientEnv = {
|
||||
NODE_ENV: mode,
|
||||
ENABLE_PRO: env.ENABLE_PRO || 'false',
|
||||
VITE_APP_TITLE: env.VITE_APP_TITLE || 'Shift Planning App',
|
||||
VITE_APP_TITLE: env.APP_TITLE || 'Shift Planning App',
|
||||
VITE_API_URL: isProduction ? '/api' : 'http://localhost:3002/api',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user