Data schema spec fix: TSON instead of JSON (#3566)

This commit is contained in:
Jonathan Dobson
2025-09-30 17:32:43 -04:00
committed by GitHub
parent d61179e132
commit 79ffc95e58
7 changed files with 863 additions and 53 deletions

View File

@@ -13,6 +13,7 @@
"precommit": "lint-staged",
"run-artifact-server": "node artifactServer.js",
"serve": "npm run build && node localServer.js",
"test": "vitest run",
"start": "npm run serve & npm run run-artifact-server"
},
"dependencies": {
@@ -93,7 +94,8 @@
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3",
"vite": "^5.4.19"
"vite": "^5.4.19",
"vitest": "^3.2.4"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [