diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-17 03:10:43 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-17 03:10:43 -0400 |
| commit | 07a36f2b38a5cba402ebc5158710f5a85f443456 (patch) | |
| tree | f28855384eadc73f49cc1a707a73896f87bc5530 /2026/games/gbjk/src/vite.config.ts | |
| parent | 951b316773265052fbc5fa546bbcf31bef277062 (diff) | |
Post-stream update
Diffstat (limited to '2026/games/gbjk/src/vite.config.ts')
| -rw-r--r-- | 2026/games/gbjk/src/vite.config.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/2026/games/gbjk/src/vite.config.ts b/2026/games/gbjk/src/vite.config.ts deleted file mode 100644 index c9036bd..0000000 --- a/2026/games/gbjk/src/vite.config.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { defineConfig } from "vite"; -import { viteSingleFile } from "vite-plugin-singlefile"; - -export default defineConfig({ - plugins: [viteSingleFile()], - build: { - minify: false, - }, -}); |
