Add Relay, Pool

This commit is contained in:
Jonathan Staab
2023-03-25 10:57:23 -05:00
parent 39d001280c
commit daca5adf11
8 changed files with 252 additions and 2171 deletions
+3 -4
View File
@@ -17,7 +17,6 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check:ts": "tsc --lib esnext lib/*.ts --noEmit",
"check:fmt": "prettier --check lib/*",
"check": "run-p check:*",
"format": "prettier --write lib/*"
@@ -28,12 +27,12 @@
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"prettier": "^2.8.7",
"vite": "^4.2.1",
"vite-plugin-eslint": "^1.8.1"
"vite": "^4.2.1"
},
"dependencies": {
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"typescript": "^5.0.2"
"typescript": "^5.0.2",
"ws": "^8.13.0"
}
}