Skip to content

Commit

Permalink
feat(controller): add NCC for compiling controller into a standalone js
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Jul 5, 2024
1 parent b4a1018 commit 480b1a2
Show file tree
Hide file tree
Showing 2 changed files with 15,760 additions and 18,619 deletions.
2 changes: 2 additions & 0 deletions packages/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"build": "tsc",
"dev": "tsc",
"compile": "ncc build ./src/index.ts -o build",
"format": "prettier --write \"src/**/*.ts\""
},
"files": [
Expand All @@ -24,6 +25,7 @@
"devDependencies": {
"@cartridge/tsconfig": "workspace:^",
"@types/node": "^20.6.0",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 480b1a2

Please sign in to comment.