We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9874a6d commit c27d3d2Copy full SHA for c27d3d2
.devcontainer/postCreateCommand.sh
@@ -1,9 +1,4 @@
1
#!/usr/bin/env bash
2
3
-echo "Build NPM packages"
4
-cd client
5
-npm update
6
-npm run build
7
-echo "Build server."
8
-cd ../server
9
-cargo build
+cd server
+../bt install --dev
0 commit comments