feat(vite-plugin-warpdrive): new Vite plugin for uploading large assets to S3 compatible storages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from 'tsdown'
|
||||
|
||||
export default defineConfig({
|
||||
entry: [
|
||||
'./src/index.ts',
|
||||
],
|
||||
dts: true,
|
||||
sourcemap: true,
|
||||
})
|
||||
Reference in New Issue
Block a user