fix: a bunch of random stuff

This commit is contained in:
diced 2024-12-20 00:07:33 -08:00
parent dcb4a4e9e7
commit 12fcff1a14
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
82 changed files with 9015 additions and 5875 deletions

View file

@ -6,14 +6,12 @@ export default defineConfig(async (_) => {
{
platform: 'node',
format: 'cjs',
treeshake: true,
clean: false,
clean: true,
sourcemap: true,
entryPoints: await glob('./src/**/*.ts', {
entry: await glob('./src/**/*.ts', {
ignore: ['./src/components/**/*.ts', './src/pages/**/*.ts'],
}),
outDir: 'build',
external: ['argon2'],
},
];
});