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 b2db763 commit 8423e51Copy full SHA for 8423e51
Procfile
@@ -0,0 +1,3 @@
1
+web: cd packages/web; bun dev
2
+server: cd packages/server; bun dev
3
+storybook: cd packages/web; bun storybook
shell.nix
@@ -3,5 +3,6 @@ pkgs.mkShell {
packages = with pkgs; [
4
nodejs-slim
5
bun
6
+ hivemind
7
];
8
}
0 commit comments