Fix subgraph connections

This commit is contained in:
space-nuko
2023-05-17 11:40:19 -05:00
parent 51d8e17f49
commit 88ca25c97c
5 changed files with 10 additions and 91 deletions

View File

@@ -10,6 +10,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:inspect": "vitest --inspect-brk --single-thread",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"svelte-check": "svelte-check",