-
Notifications
You must be signed in to change notification settings - Fork 15
Commit 3c7171f
fix: correct checking for runtime version installed in the project and provide example API endpoint in code snippets (#230)
* fix: adjust getAngularRuntimeVersion to not find auto-installed version in .netlify/plugins
* docs: fix wrong code snippet in README
* fix: add commented out example API to code snippets shown on incompatible server.ts error
* fix: use :internal: trick
* fix: add missing ending qoute1 parent 18fd723 commit 3c7171f
File tree
3 files changed
+22
-5
lines changed- src/helpers
3 files changed
+22
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 | - | ||
126 | + | ||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | - | ||
148 | + | ||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
1 | 4 |
| |
2 | 5 |
| |
3 | 6 |
| |
| |||
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
32 | - | ||
33 | - | ||
35 | + | ||
36 | + | ||
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
19 | 26 |
| |
20 | 27 |
| |
21 | 28 |
| |
| |||
29 | 36 |
| |
30 | 37 |
| |
31 | 38 |
| |
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
32 | 46 |
| |
33 | 47 |
| |
34 | 48 |
| |
| |||
113 | 127 |
| |
114 | 128 |
| |
115 | 129 |
| |
116 | - | ||
130 | + | ||
117 | 131 |
| |
118 | 132 |
| |
119 | 133 |
| |
|
0 commit comments