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 ca2b2d7 commit 6eb4e08Copy full SHA for 6eb4e08
justfile
@@ -8,6 +8,7 @@ dev-web:
8
9
build: build-web build-api
10
build-web:
11
+ bun install --cwd web
12
bun --cwd web build
13
build-api:
14
go build -o miyo cmd/main.go
0 commit comments