mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
Making the source code public
Finally ! here's the source code
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
clearScreen: false,
|
||||
optimizeDeps: {
|
||||
entries: ['index.html'],
|
||||
exclude: ['bin', 'game', 'src-tauri']
|
||||
},
|
||||
server: {
|
||||
port: 1420,
|
||||
strictPort: true,
|
||||
watch: {
|
||||
ignored: ["**/src-tauri/**", "**/bin/**", "**/game/**", "**/*.app/**"],
|
||||
}
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user