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