We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543ac92 commit 94c8a9cCopy full SHA for 94c8a9c
.vscode/tasks.json
@@ -6,7 +6,7 @@
6
{
7
"label": "Run Nuxt dev server",
8
"type": "shell",
9
- "command": "bun run dev || npm run dev",
+ "command": "bun --bun run dev || npm run dev",
10
"group": {
11
"kind": "build",
12
"isDefault": true
bun.lockb
-348 Bytes
package.json
@@ -27,7 +27,7 @@
27
"nuxt": "^3.13.1",
28
"pako": "^2.1.0",
29
"sanitize-html": "^2.13.0",
30
- "techmino-replay-parser": "^2.0.0",
+ "techmino-replay-parser": "^3.0.0",
31
"vue": "^3.5.5",
32
"vue-chartjs": "^5.3.1",
33
"vue-router": "^4.4.5"
0 commit comments