Honey Village: six model builds + hub frontend, Dockerized for Dokploy
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
server: { host: '127.0.0.1', port: 4173 },
|
||||
preview: { host: '127.0.0.1', port: 4173 },
|
||||
});
|
||||
Reference in New Issue
Block a user