Initial commit: dotzhauer v4 heimat + Dockerfile/nginx for Coolify
This commit is contained in:
8
vite.config.js
Normal file
8
vite.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: { port: 8083, strictPort: true, host: true, open: false },
|
||||
preview: { port: 8083, strictPort: true },
|
||||
});
|
||||
Reference in New Issue
Block a user