Skip to content

Commit 6ad825b

Browse files
committed
chore: add proper LSG dev script
1 parent a080b28 commit 6ad825b

2 files changed

Lines changed: 300 additions & 2 deletions

File tree

packages/live-status-gateway/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ci": "run test",
3030
"inspect": "node --experimental-fetch --inspect dist/index.js",
3131
"start": "node --experimental-fetch dist/index.js",
32-
"dev": "run start -id localDevLsg",
32+
"dev": "run tsx watch src/index.ts -- -id localDevLsg",
3333
"validate:dependencies": "yarn npm audit --groups dependencies && yarn license-validate",
3434
"validate:dev-dependencies": "yarn npm audit --groups devDependencies",
3535
"license-validate": "run -T sofie-licensecheck"
@@ -65,6 +65,7 @@
6565
"ws": "^8.18.0"
6666
},
6767
"devDependencies": {
68+
"tsx": "^4.20.5",
6869
"type-fest": "^4.33.0"
6970
},
7071
"lint-staged": {
@@ -75,4 +76,4 @@
7576
"yarn lint:raw"
7677
]
7778
}
78-
}
79+
}

0 commit comments

Comments
 (0)