File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,5 @@ yarn-error.log*
34
34
# typescript
35
35
* .tsbuildinfo
36
36
next-env.d.ts
37
+
38
+ .env
Original file line number Diff line number Diff line change 1
1
{
2
- "pluginId" : " " ,
3
- "url" : " " ,
2
+ "pluginId" : " 6a57-95-95-210-175.ngrok-free.app " ,
3
+ "url" : " https://6a57-95-95-210-175.ngrok-free.app " ,
4
4
"receivedId" : " "
5
5
}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
- "dev" : " next dev & make-agent dev --port 3000" ,
7
- "build" : " next build & make-agent build " ,
6
+ "dev" : " concurrently \" next dev\" \" make-agent dev --port 3000\" " ,
7
+ "build" : " next build" ,
8
8
"start" : " next start" ,
9
9
"lint" : " next lint"
10
10
},
13
13
"@mintbase-js/sdk" : " ^0.6.4" ,
14
14
"@scalar/api-reference" : " ^1.25.10" ,
15
15
"@scalar/nextjs-api-reference" : " ^0.4.85" ,
16
- "make-agent" : " ^0.0.8 " ,
16
+ "make-agent" : " ^0.0.12-rc.0 " ,
17
17
"next" : " 14.2.9" ,
18
18
"react" : " ^18" ,
19
19
"react-dom" : " ^18" ,
20
20
"vercel-url" : " ^0.2.1"
21
21
},
22
22
"devDependencies" : {
23
- "typescript" : " ^5" ,
24
23
"@types/node" : " ^20" ,
25
24
"@types/react" : " ^18" ,
26
25
"@types/react-dom" : " ^18" ,
26
+ "concurrently" : " ^9.0.1" ,
27
+ "eslint" : " ^8" ,
28
+ "eslint-config-next" : " 14.2.9" ,
27
29
"postcss" : " ^8" ,
28
30
"tailwindcss" : " ^3.4.1" ,
29
- "eslint" : " ^8" ,
30
- "eslint-config-next" : " 14.2.9"
31
+ "typescript" : " ^5"
31
32
}
32
33
}
You can’t perform that action at this time.
0 commit comments