Skip to content

Commit

Permalink
added mission-critical maze livelit
Browse files Browse the repository at this point in the history
  • Loading branch information
gcrois committed Nov 8, 2024
1 parent a9f5774 commit 6aca330
Show file tree
Hide file tree
Showing 8 changed files with 3,158 additions and 2,924 deletions.
3 changes: 2 additions & 1 deletion browsertest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev:hazel": "cd .. && make serve",
"execute:host": "npm run dev:hazel > /dev/null 2>&1 & tsc --outDir dist && cd dist && node src/index.js; kill -9 $(lsof -t -i:8000)",
"execute": "tsc --outDir dist && cd dist && node src/index.js",
"test": "vitest",
"test": "vitest",
"style": "prettier '**/*.ts' --write ."
},
"keywords": [],
Expand All @@ -19,6 +19,7 @@
"jsdom": "^25.0.1",
"puppeteer": "^23.4.1",
"puppeteer-screen-recorder": "^3.0.3",
"typescript": "^5.6.3",
"vitest": "^2.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 6aca330

Please sign in to comment.