rm one pkg

This commit is contained in:
EthanShoeDev
2025-09-17 17:22:50 -04:00
parent 86ff6762a3
commit 2f5568a6d5
20 changed files with 44 additions and 225 deletions

View File

@@ -0,0 +1,10 @@
import { defineConfig } from 'vite';
import { viteSingleFile } from 'vite-plugin-singlefile';
// https://vite.dev/config/
export default defineConfig({
plugins: [viteSingleFile()],
build: {
outDir: 'dist-internal',
},
});