Skip to content

Commit 507d204

Browse files
Moving gateway code to its own repo, simplify drivers repo
1 parent 6fefc1d commit 507d204

File tree

12 files changed

+1
-1885
lines changed

12 files changed

+1
-1885
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
"prettier": "prettier --write 'src/**/*'",
1515
"lint": "eslint ./src/ --fix && tsc --noEmit",
1616
"typedoc": "rm -rf ./docs/ && typedoc --out docs && typedoc --plugin typedoc-plugin-markdown --out docs/markdown",
17-
"npmgui": "npx npm-gui@latest",
18-
"gateway-dev": "bun --watch ./src/gateway/gateway.ts",
19-
"gateway-start": "bun --smol run ./src/gateway/gateway.ts",
20-
"gateway-test": "bun test ./src/gateway/connection-bun.test.ts --watch --coverage --timeout 2000",
21-
"gateway-build": "./scripts/gateway-build.sh"
17+
"npmgui": "npx npm-gui@latest"
2218
},
2319
"repository": {
2420
"type": "git",

public/drivers.html

Lines changed: 0 additions & 100 deletions
This file was deleted.

public/favicon.ico

-15 KB
Binary file not shown.

public/index.html

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)