Skip to content

Commit

Permalink
build: use the built and bundled javascript for main (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg authored Nov 20, 2024
1 parent 0ee39ff commit 0922d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bolt-ts-starter-template",
"version": "1.0.0",
"description": "A scaffold template for Slack apps",
"main": "app.js",
"main": "dist/app.js",
"scripts": {
"build": "tsc",
"start": "npm run build && node ./dist/app.js",
Expand Down

0 comments on commit 0922d31

Please sign in to comment.