Implement zod checking on translator compiler

This commit is contained in:
Alexis Faizeau 2022-01-10 17:40:04 +01:00
parent 68dc7c2555
commit 1789f36a63
5 changed files with 48 additions and 20 deletions

View file

@ -65,7 +65,8 @@
"socket.io-client": "^2.3.0",
"standardized-audio-context": "^25.2.4",
"ts-proto": "^1.96.0",
"uuidv4": "^6.2.10"
"uuidv4": "^6.2.10",
"zod": "^3.11.6"
},
"scripts": {
"start": "run-p templater serve svelte-check-watch",