Honey Village: six model builds + hub frontend, Dockerized for Dokploy
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
// ponytail: single-page pixel game, no framework plugin needed.
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
build: {
|
||||
target: 'es2020',
|
||||
assetsInlineLimit: 0, // keep pixel PNGs & map JSON as real files
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user