You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had some time to jump into this rabbit hole again and playing around with File System explorer module, so you get a tree.
On origin/feature/web-workers-2 branch
This is my simple make script that wraps your make script..
"make serve" does not work for me. Any ideas ?
build-init:
# installs special go.
cd $(REPO_NAME) && $(MAKE) go
build:
# builds the many wasm and then the server npm stuff.
cd $(REPO_NAME) && $(MAKE) build
serve:
cd $(REPO_NAME) && $(MAKE) serve
The text was updated successfully, but these errors were encountered:
gedw99
changed the title
stuck on running branch web-workers-2
cant run "web-workers-2" branch
Jun 27, 2022
Had some time to jump into this rabbit hole again and playing around with File System explorer module, so you get a tree.
On origin/feature/web-workers-2 branch
This is my simple make script that wraps your make script..
"make serve" does not work for me. Any ideas ?
The text was updated successfully, but these errors were encountered: