@newt-app/templates 0.19.2 → 0.19.3
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/dist/index.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -163,15 +163,15 @@ Open [http://localhost:3000](http://localhost:3000).
|
|
|
163
163
|
|
|
164
164
|
## Apps
|
|
165
165
|
|
|
166
|
-
- **web
|
|
167
|
-
- **api
|
|
166
|
+
- **web**: Next.js frontend (port 3000)
|
|
167
|
+
- **api**: NestJS backend (port 3001)
|
|
168
168
|
|
|
169
169
|
## Packages
|
|
170
170
|
|
|
171
|
-
- **\`@<%= projectName %>/auth
|
|
172
|
-
- **\`@<%= projectName %>/ui
|
|
173
|
-
- **\`@<%= projectName %>/eslint-config
|
|
174
|
-
- **\`@<%= projectName %>/typescript-config
|
|
171
|
+
- **\`@<%= projectName %>/auth\`**: better-auth config
|
|
172
|
+
- **\`@<%= projectName %>/ui\`**: shared React components
|
|
173
|
+
- **\`@<%= projectName %>/eslint-config\`**: shared ESLint config
|
|
174
|
+
- **\`@<%= projectName %>/typescript-config\`**: shared tsconfig
|
|
175
175
|
`
|
|
176
176
|
};
|
|
177
177
|
|