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
prep: sh -c 'if [ "$NO_DOCKER" != "on" ]; then make core-build-amd64; fi'
daemon: sh -c 'if [ "$NO_DOCKER" = "on" ]; then go run . --env-file=cmd/core/infra/dev_config/standalone-console.env; else clear && make core-sandbox; fi'