mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-22 09:33:45 +03:00
remove codespace from main branch
This commit is contained in:
parent
0e70547f7b
commit
e916adb820
@ -1,27 +0,0 @@
|
||||
// These are GitHub Codespaces specific settings.
|
||||
{
|
||||
"name": "Wasp Todo App Tutorial",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": ["wasp-lang.wasp", "PKief.material-icon-theme"],
|
||||
"settings": {
|
||||
"workbench.iconTheme": "material-icon-theme"
|
||||
}
|
||||
}
|
||||
},
|
||||
"containerEnv": {
|
||||
"WASP_TELEMETRY_CONTEXT": "codespaces"
|
||||
},
|
||||
"forwardPorts": [3000, 3001],
|
||||
"portsAttributes": {
|
||||
"3000": {
|
||||
"label": "React-Vite Client"
|
||||
},
|
||||
"3001": {
|
||||
"label": "NodeJS Server"
|
||||
}
|
||||
},
|
||||
"onCreateCommand": "curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s",
|
||||
"postCreateCommand": "printf 'export WASP_WEB_CLIENT_URL=https://$CODESPACE_NAME-3000.app.github.dev\n' >> $HOME/.bashrc && printf 'export REACT_APP_API_URL=https://$CODESPACE_NAME-3001.app.github.dev\n' >> $HOME/.bashrc && echo 'gh codespace ports visibility 3000:public -c $CODESPACE_NAME\n' >> $HOME/.bashrc && echo 'gh codespace ports visibility 3001:public -c $CODESPACE_NAME\n' >> $HOME/.bashrc",
|
||||
"workspaceFolder": "/workspaces/wasp/examples/tutorials/TodoApp"
|
||||
}
|
Loading…
Reference in New Issue
Block a user