create-zhx-monorepo 0.2.0 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zhx-monorepo",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Create a ZHX monorepo with one command",
5
5
  "bin": {
6
6
  "create-zhx-monorepo": "bin/index.js"
@@ -25,8 +25,6 @@ pnpm install
25
25
  pnpm dev # Start all apps
26
26
  ```
27
27
 
28
- ````
29
-
30
28
  ## Database Setup
31
29
 
32
30
  1. Edit the `.env` file in the `server` directory:
@@ -67,4 +65,3 @@ Feel free to modify, extend, and organize the template to fit your workflow.
67
65
  ---
68
66
 
69
67
  Made with ❤️ using shadcn/ui & Monorepo
70
- ````