feat: thumbnails

This commit is contained in:
diced
2023-08-30 20:08:49 -07:00
parent 734097b2c3
commit 2a2ffaaffe
12 changed files with 360 additions and 13 deletions

View File

@@ -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',
},
]);