Skip to content

Commit 2410f4b

Browse files
rrnewtonclaude
andcommitted
Fix make web to use happy-launcher.sh start-webapp
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fd0b806 commit 2410f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ web:
107107
-v `pwd`/home:/root \
108108
-v `pwd`/..:$(WORKDIR) \
109109
$(PORTS_WEB) $(FULLTAG) \
110-
bash -c "cd $(WORKDIR)/happy && yarn web"
110+
bash -c "cd $(WORKDIR) && ./happy-launcher.sh start-webapp"
111111

112112
# Happy server only (port 3005) - starts the server directly
113113
server:

0 commit comments

Comments
 (0)