Skip to content

Commit 5871f1f

Browse files
chore: add names to app router apps
1 parent e5f46ab commit 5871f1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/next-app-router/next-app-router-4000/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "app-router-4000",
23
"private": true,
34
"scripts": {
45
"build": "next build",

apps/next-app-router/next-app-router-4001/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"private": true,
3+
"name": "app-router-4001",
34
"scripts": {
45
"build": "next build",
56
"dev": "NEXT_PRIVATE_LOCAL_WEBPACK=true next dev -p 4001",

0 commit comments

Comments
 (0)