Skip to content

Commit

Permalink
break up cli.ts + run server on free port
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Donham committed Apr 15, 2024
1 parent b40487b commit 28206aa
Show file tree
Hide file tree
Showing 10 changed files with 513 additions and 426 deletions.
3 changes: 2 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@githubnext/vitale",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"license": "MIT",
"type": "module",
Expand All @@ -25,6 +25,7 @@
"@babel/parser": "^7.24.4",
"@babel/types": "^7.24.0",
"birpc": "^0.2.17",
"cac": "^6.7.14",
"cors": "^2.8.5",
"get-port": "^7.1.0",
"json5": "^2.2.3",
Expand Down
Loading

0 comments on commit 28206aa

Please sign in to comment.