Skip to content

Commit

Permalink
boot up services on start, not attach
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz authored Oct 18, 2024
1 parent a46006d commit 94a2f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VITE_PUBLIC_DATA_URL": "https://${localEnv:CODESPACE_NAME}-3141.${localEnv:GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN}"
},
"onCreateCommand": "pnpm install && pnpm run --filter core build",
"postAttachCommand": {
"postStartCommand": {
"compile": "pnpm run --filter compile dev",
"core": "pnpm run --filter core dev",
"viewer": "pnpm run --filter viewer dev --host --open",
Expand Down

0 comments on commit 94a2f76

Please sign in to comment.