1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-17 13:24:36 +00:00

New stats page, scoreboard, and live scores pages.

This commit is contained in:
2026-04-13 18:11:21 -04:00
parent 7526148ba5
commit c210b70c95
62 changed files with 10006 additions and 154 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"
}
}