Skip to content

Commit

Permalink
build: implement tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotonaco committed Jul 9, 2024
1 parent 78f00c9 commit 9740f36
Show file tree
Hide file tree
Showing 6 changed files with 1,770 additions and 115 deletions.
29 changes: 12 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,25 @@ node_modules/
.env.local

# Build outputs
common.js
common.*map
common.d.ts
common.mjs

utils.js
utils.*js
utils.*map
utils.d.ts
utils.mjs
utils.d.*ts

v*.js
v*.*js
v*.*map
v*.d.ts
v*.mjs
v*.d.*ts

common/**/*.*js
common/**/*.*map
common/**/*.d.*ts

payloads/**/*.js
payloads/**/*.*js
payloads/**/*.map
payloads/**/*.d.ts
payloads/**/*.mjs
payloads/**/*.d.*ts

rest/**/*.js
rest/**/*.*js
rest/**/*.map
rest/**/*.d.ts
rest/**/*.mjs
rest/**/*.d.*ts

# MacOS files
.DS_Store
Loading

0 comments on commit 9740f36

Please sign in to comment.