Skip to content

Commit f73ca32

Browse files
committed
chore: init boilerplate project
1 parent 09c198e commit f73ca32

File tree

3 files changed

+943
-0
lines changed

3 files changed

+943
-0
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 22.6.0

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"devDependencies": {
3+
"typescript": "^5.5.4",
4+
"vitest": "^2.0.5"
5+
}
6+
}

0 commit comments

Comments
 (0)