miniwork 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/bin/miniwork.js +1 -1
  2. package/package.json +1 -1
package/bin/miniwork.js CHANGED
@@ -183,7 +183,7 @@ ${COLORS.yellow}Next steps:${COLORS.reset}
183
183
  cd ${projectName}
184
184
  bun run dev
185
185
 
186
- ${COLORS.gray}Your app will be running at http://localhost:6030${COLORS.reset}
186
+ ${COLORS.gray}Your app will be running at http://localhost:3771${COLORS.reset}
187
187
 
188
188
  ${COLORS.gray}Default login: admin@admin.com / admin123${COLORS.reset}
189
189
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miniwork",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MiniWork - Lightweight full-stack JavaScript framework with real-time database-to-UI sync",
5
5
  "type": "module",
6
6
  "bin": {