create-craftjs 1.0.5 → 1.0.6

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 +1 -1
package/README.md CHANGED
@@ -94,6 +94,8 @@ my-app/
94
94
  │ └── main.ts
95
95
  ├── test/
96
96
  ├── logs/
97
+ ├── docker-compose.yml
98
+ ├── Dockerfile
97
99
  ├── .env
98
100
  ├── .env.example
99
101
  ├── prisma/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-craftjs",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A starter kit backend framework powered by Express, TypeScript, EJS Engine, and Prisma — designed for rapid development, simplicity, and scalability.",
5
5
  "bin": {
6
6
  "create-craftjs": "bin/index.js"