feat(vite-plugin-warpdrive): new Vite plugin for uploading large assets to S3 compatible storages

This commit is contained in:
Neko Ayaka
2025-11-26 21:46:32 +08:00
parent 35bf4ec8a2
commit 53e5ce6798
16 changed files with 964 additions and 139 deletions
@@ -0,0 +1,9 @@
import { defineConfig } from 'tsdown'
export default defineConfig({
entry: [
'./src/index.ts',
],
dts: true,
sourcemap: true,
})