Commit b8767d0
Move app shell from RestaurantReviews/ to project root
The dashboard (Express server, React client, Vite build, all config)
now lives at the repository root where it belongs. RestaurantReviews/
retains a README with the exercise API spec, pointing to the root for
source and tests.
What moved:
- src/, package.json, tsconfig, vite/vitest config, eslint, prettier
- Makefile targets merged into root Makefile
- CI workflow updated (no more working-directory override)
Critical path fix: exercises/config.ts ROOT resolves 3 levels up
instead of 4, matching the new depth from project root.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0d6958e commit b8767d0
67 files changed
Lines changed: 69 additions & 117 deletions
File tree
- .github/workflows
- RestaurantReviews
- src
- client
- __tests__
- components
- exercises
- reviews
- hooks
- types
- server
- __tests__
- db
- exercises
- middleware
- models
- routes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
88 | | - | |
| 85 | + | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
2 | 30 | | |
3 | 31 | | |
4 | 32 | | |
| |||
18 | 46 | | |
19 | 47 | | |
20 | 48 | | |
21 | | - | |
| 49 | + | |
This file was deleted.
This file was deleted.
File renamed without changes.
File renamed without changes.
0 commit comments