feat: Projektgeruest und Spec-Grundlagen
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
// Relative Basis, damit die App auch hinter einem Pfad-Proxy laeuft.
|
||||
base: './',
|
||||
server: { host: '0.0.0.0' },
|
||||
});
|
||||
Reference in New Issue
Block a user