mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 15:50:11 -08:00
feat: thumbnails
This commit is contained in:
@@ -12,4 +12,15 @@ export default defineConfig([
|
||||
},
|
||||
outDir: 'build',
|
||||
},
|
||||
{
|
||||
platform: 'node',
|
||||
format: 'cjs',
|
||||
treeshake: true,
|
||||
clean: false,
|
||||
sourcemap: true,
|
||||
entryPoints: {
|
||||
thumbnails: 'src/offload/thumbnails.ts',
|
||||
},
|
||||
outDir: 'build/offload',
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user