Skip to content

Commit 756f117

Browse files
Merge pull request #84 from restackio/openCliTsx
Quickstart open browser
2 parents a27d605 + d6b59d4 commit 756f117

File tree

4 files changed

+742
-133
lines changed

4 files changed

+742
-133
lines changed

audio-transcript/package.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,26 @@
11
{
22
"name": "audio-transcript",
33
"version": "1.0.0",
4-
"main": "index.js",
54
"scripts": {
6-
"start": "ts-node src/services.ts",
7-
"start.watch": "nodemon src/services.ts",
8-
"dev": "npm run start.watch",
5+
"dev": "open-cli http://localhost:5233 && tsx watch --include src src/services.ts",
96
"build": "tsc --build",
107
"clean": "rm -rf node_modules",
118
"schedule": "ts-node ./scheduleWorkflow.ts"
129
},
13-
"nodemonConfig": {
14-
"execMap": {
15-
"ts": "ts-node"
16-
},
17-
"ext": "ts",
18-
"watch": [
19-
"src"
20-
]
21-
},
2210
"author": "",
2311
"license": "ISC",
2412
"description": "",
2513
"dependencies": {
26-
"@restackio/ai": "^0.0.95",
14+
"@restackio/ai": "^0.0.96",
2715
"@temporalio/workflow": "^1.11.3",
2816
"dotenv": "^16.4.7",
2917
"openai": "^4.76.0"
3018
},
3119
"devDependencies": {
3220
"@types/node": "^22.10.1",
3321
"nodemon": "^3.1.7",
34-
"ts-node": "^10.9.2",
22+
"open-cli": "^8.0.0",
23+
"tsx": "4.19.2",
3524
"typescript": "^5.7.2"
3625
}
3726
}

0 commit comments

Comments
 (0)