feat: partial uploads (buggy)

This commit is contained in:
diced
2024-02-11 23:24:53 -08:00
parent 7e9d465090
commit 7f969b2084
16 changed files with 823 additions and 148 deletions

View File

@@ -23,4 +23,15 @@ export default defineConfig([
},
outDir: 'build/offload',
},
{
platform: 'node',
format: 'cjs',
treeshake: true,
clean: false,
sourcemap: true,
entryPoints: {
partial: 'src/offload/partial.ts',
},
outDir: 'build/offload',
},
]);