Initial commit; Added xterm window & go backend
This commit is contained in:
9
frontend/vite.config.ts
Normal file
9
frontend/vite.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "vite";
|
||||
import { viteSingleFile } from "vite-plugin-singlefile";
|
||||
|
||||
export default defineConfig({
|
||||
esbuild: {
|
||||
keepNames: true,
|
||||
},
|
||||
plugins: [viteSingleFile()],
|
||||
});
|
||||
Reference in New Issue
Block a user