Skip to content

Commit 4dcfcf6

Browse files
committed
chore: add start script with ts-node
1 parent 568f6ee commit 4dcfcf6

File tree

3 files changed

+142
-7
lines changed

3 files changed

+142
-7
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"vitest": "^2.0.5"
66
},
77
"scripts": {
8+
"start": "pnpm ts-node src/index.ts",
89
"build": "tsc",
910
"test": "vitest"
1011
}

pnpm-lock.yaml

Lines changed: 140 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('hello')

0 commit comments

Comments
 (0)