chore: rename to template
This commit is contained in:
parent
063dfe39e9
commit
c011186c37
46 changed files with 143 additions and 142 deletions
8
apps/express-template/tsup.config.ts
Normal file
8
apps/express-template/tsup.config.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { defineConfig, type Options } from "tsup";
|
||||
|
||||
export default defineConfig((options: Options) => ({
|
||||
entry: ["src/**/*"],
|
||||
clean: true,
|
||||
format: ["cjs"],
|
||||
...options,
|
||||
}));
|
||||
Loading…
Add table
Add a link
Reference in a new issue