create-aerobuilt 0.2.10 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -49,6 +49,8 @@ my-app/
49
49
  └── tsconfig.json # Path aliases
50
50
  ```
51
51
 
52
+ If you change `dirs.client` (or other dirs) in `vite.config.ts` or `aero.config.ts`, update your `tsconfig.json` `paths` so they match (e.g. `@pages` → `"<client>/pages"`). The dev server will warn when custom dirs are used and a tsconfig is present.
53
+
52
54
  ## Links
53
55
 
54
56
  - [GitHub](https://github.com/aerobuilt/aero)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-aerobuilt",
3
- "version": "0.2.10",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Jamie Wilson",
@@ -19,7 +19,7 @@
19
19
  "create-aerobuilt": "index.js"
20
20
  },
21
21
  "dependencies": {
22
- "@aerobuilt/template-minimal": "0.2.10"
22
+ "@aerobuilt/template-minimal": "0.3.1"
23
23
  },
24
24
  "scripts": {
25
25
  "create": "node .",