Skip to content

Commit fb53b43

Browse files
committed
fix it
1 parent 1953482 commit fb53b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ prepare-deploy-web: copy-common
4747
cd web; bun install; bun run build
4848
prepare-deploy-server: copy-common sync-server generate-sql build-server
4949
deploy-server:
50-
cd server; bun src/target/index.js
50+
make serve-server
5151

5252
docker: copy-common
5353
@# deferring `docker compose down`. https://qiita.com/KEINOS/items/532dc395fe0f89c2b574

0 commit comments

Comments
 (0)