1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-12 00:09:32 +00:00

New stats page, scoreboard, and live scores pages.

This commit is contained in:
2026-04-10 21:08:03 -04:00
parent 7526148ba5
commit 970f38ed14
60 changed files with 9650 additions and 148 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "wrestlingapp-js-tests",
"private": true,
"type": "module",
"scripts": {
"test:js": "vitest run",
"test:js:watch": "vitest"
},
"devDependencies": {
"vitest": "^3.2.4"
}
}