mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 07:40:45 -08:00
feat: partial uploads (buggy)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user