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,18 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": [
"ESNext"
],
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true
},
"include": [
"src/**/*.ts"
]
}