initial commit
This commit is contained in:
106 files changed
+24584
No files matched your search
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'tsup';
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/index.ts', 'src/db/migrate.ts', 'src/db/seed.ts'],
|
||||
format: ['esm'],
|
||||
target: 'node22',
|
||||
sourcemap: true,
|
||||
clean: true,
|
||||
// Bundle the source-only workspace package into the output.
|
||||
noExternal: ['@reforger-panel/shared'],
|
||||
});
|
||||
Reference in new issue
Block a user