Skip to content

Commit

Permalink
remove robin for now ig
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Liu committed Aug 31, 2023
1 parent 066147c commit 50a8d16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
"check": "svelte-check --tsconfig .svelte-kit/tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig .svelte-kit/tsconfig.json --watch",
"format": "prettier --no-color --write --plugin-search-dir=. \"{src/routes,src/svelte,src/ts,apps}/**/*.{ts,svelte,js}\"",
"clean": "rm -rf .svelte-kit .out .zig zig-cache zig-out",
"robin": "ROBIN_PROJECT_PATH=`pwd` ~/.robin/beta/bin/robin start"
"clean": "rm -rf .svelte-kit .out .zig zig-cache zig-out"
},
"dependencies": {
"@robinplatform/toolkit": "../robin/toolkit",
"@tanstack/react-query": "4.24.10",
"idb-keyval": "6.2.0",
"immer": "^9.0.21",
Expand Down

0 comments on commit 50a8d16

Please sign in to comment.