mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-26 06:37:17 +10:00
24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"postAttachCommand": {
|
|
"server": "rails server",
|
|
},
|
|
"portsAttributes": {
|
|
"3000": {
|
|
"label": "Application",
|
|
"onAutoForward": "openPreview"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"codespaces": {
|
|
"openFiles": ["config/routes.rb", "README.md"]
|
|
},
|
|
"vscode": {
|
|
"extensions": [
|
|
"rebornix.Ruby"
|
|
],
|
|
}
|
|
},
|
|
"onCreateCommand": "bundle install --local",
|
|
"postCreateCommand": "",
|
|
"hostRequirements": {"cpus": 4}
|
|
}
|