Add Relay, Pool
This commit is contained in:
+3
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user