File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Containers extension) or GitHub Codespaces and use that environment for all work
88The devcontainer starts one service named ` app ` and exposes:
99
1010- ** Port 4000:** Ruby app
11- - ** Port 4001:** Astro dev server
11+ - ** Port 4001:** Vite dev server
1212
1313The repo is mounted at ` /workspace ` . Bundler gems are cached in a Docker volume to speed up
1414future launches.
@@ -29,9 +29,9 @@ network access is available.
2929## Common commands (run inside the container)
3030
3131```
32- make dev # Ruby + Astro
32+ make dev # Ruby + Vite
3333make dev-ruby # Ruby only
34- make dev-frontend # Astro only
34+ make dev-frontend # frontend only
3535make test # Ruby + frontend tests
3636make ready # RuboCop + RSpec (pre-commit gate)
3737```
Original file line number Diff line number Diff line change 3636/tmp /rack-cache- *
3737
3838
39- # Ignore Astro frontend build output
39+ # Ignore frontend build output and tooling caches
4040/frontend /dist /
41- /frontend /.astro /
4241/frontend /node_modules /
4342/public /frontend
4443/frontend /playwright-report /
5150# Frontend logs
5251* .log
5352
53+ # macOS Finder metadata
54+ .DS_Store
55+
5456.yardoc
You can’t perform that action at this time.
0 commit comments