create-zhx-monorepo 0.2.0 → 0.2.2
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
|
@@ -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
|
-
````
|