nextworks 0.1.0-alpha.1 → 0.1.0-alpha.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/README.md +10 -0
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -181,6 +181,16 @@ You can add a short “Nextworks setup” section to your app README:
|
|
|
181
181
|
|
|
182
182
|
---
|
|
183
183
|
|
|
184
|
+
## Feedback / Contact
|
|
185
|
+
|
|
186
|
+
Nextworks is early-access alpha and not yet recommended for production use. Expect rough edges and breaking changes between alpha releases.
|
|
187
|
+
|
|
188
|
+
If you run into issues, have questions, or want to share feedback, you can reach me at:
|
|
189
|
+
|
|
190
|
+
- Email: nextjsworks@gmail.com
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
|
|
184
194
|
## Troubleshooting
|
|
185
195
|
|
|
186
196
|
- **Prisma errors or missing migrations**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nextworks",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.2",
|
|
4
4
|
"description": "Nextworks CLI - Feature kits installer for Next.js apps",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
],
|
|
35
35
|
"author": "JBLH",
|
|
36
36
|
"license": "MIT",
|
|
37
|
+
"bugs": {
|
|
38
|
+
"email": "nextjsworks@gmail.com"
|
|
39
|
+
},
|
|
37
40
|
"dependencies": {
|
|
38
41
|
"commander": "^12.1.0",
|
|
39
42
|
"fs-extra": "^11.3.2",
|