Commit 09c29d1
committed
Ignore api dir and update bundle output path
Add 'api' to apps/studio/.gitignore and update apps/studio/scripts/bundle-api.mjs to write the bundled server to api/index.js (previously dist/api/index.js). Also update the console log to reflect the new output path. This keeps generated API bundle files out of source control and aligns the bundle script with the new output location.1 parent df98010 commit 09c29d1
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
0 commit comments