Skip to content

Commit 301cd8f

Browse files
committed
Minor changes
1 parent ddece41 commit 301cd8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ingestion/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"main": "src/main.ts",
33
"scripts": {
4-
"start": "ts-node ./src/main.ts"
4+
"start": "ts-node ./src/main.ts",
5+
"dev": "ts-node ./src/test.ts"
56
},
67
"devDependencies": {
78
"@babel/parser": "^7.24.7",
@@ -28,4 +29,4 @@
2829
"recast": "^0.23.9",
2930
"uuid": "^10.0.0"
3031
}
31-
}
32+
}

0 commit comments

Comments
 (0)