chore: updated default install path
e98b10cd
1 file(s) · +1 −1
| 24 | 24 | } |
|
| 25 | 25 | ||
| 26 | 26 | const DEFAULT_CONFIG: NornsConfig = { |
|
| 27 | - | components: "components", |
|
| 27 | + | components: "src/components", |
|
| 28 | 28 | includeTypes: true, |
|
| 29 | 29 | }; |
|
| 30 | 30 |