mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
30 lines
557 B
JSON
30 lines
557 B
JSON
{
|
|
"hostRequirements": {
|
|
"cpus": 4
|
|
},
|
|
"waitFor": "onCreateCommand",
|
|
"updateContentCommand": "bundle install --local",
|
|
"postCreateCommand": "",
|
|
"postAttachCommand": {
|
|
"server": "rails server"
|
|
},
|
|
"customizations": {
|
|
"codespaces": {
|
|
"openFiles": [
|
|
"app/views/hello/index.html.erb"
|
|
]
|
|
},
|
|
"vscode": {
|
|
"extensions": [
|
|
"rebornix.Ruby"
|
|
]
|
|
}
|
|
},
|
|
"portsAttributes": {
|
|
"3000": {
|
|
"label": "Application",
|
|
"onAutoForward": "openPreview"
|
|
}
|
|
},
|
|
"forwardPorts": [3000]
|
|
}
|