Skip to content

Commit b5c53d2

Browse files
committed
Point dev & debug scripts to example entrypoint
1 parent 0f93fd7 commit b5c53d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "node",
99
"request": "launch",
1010
"name": "Launch Program",
11-
"program": "${workspaceFolder}/src/index.ts",
11+
"program": "${workspaceFolder}/script/example.ts",
1212
"preLaunchTask": "npm: compile",
1313
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
1414
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "typescript-template-library",
66
"scripts": {
77
"start": "npm run dev",
8-
"dev": "ts-node src/index.ts",
8+
"dev": "ts-node script/example.ts",
99
"watch": "nodemon .",
1010
"test": "npm run build:dev:clean && npm run coverage",
1111
"test:prod": "npm run build:prod:clean && npm run coverage",

0 commit comments

Comments
 (0)