V1.1.0 Responsive
Footer angepasst Lauffähigkeit auf Server verbessert deploy.sh mit for loop
This commit is contained in:
@@ -3,8 +3,10 @@ import react from '@vitejs/plugin-react'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
base: './',
|
||||
server: {
|
||||
base: './', define: {
|
||||
__BUILD_DATE__: JSON.stringify(process.env.VITE_BUILD_DATE || 'dev'),
|
||||
__VERSION__: JSON.stringify(process.env.VITE_VERSION || '0.0.0')
|
||||
}, server: {
|
||||
host: '0.0.0.0',
|
||||
port: 3000,
|
||||
proxy: {
|
||||
|
||||
Reference in New Issue
Block a user