Revert "Prevent of using the client start directly"
This reverts commit 81f9fa09db6487243cd8c377dda5ab2e3cb75f73.
Seto Elkahfi committed
Aug 6, 2023 at 21:03 UTC
9c0a9e058363555ea59c96c83c1a7ab7820522ea
1 file changed
+1
package.json
+1
@@ -27,6 +27,7 @@
27
"typescript": "^4.0.0"
28
},
29
"scripts": {
30
+ "client:start": "PORT=3002 react-scripts start",
31
"client:build": "react-scripts build",
32
"client:test": "react-scripts test",
33
"client:eject": "react-scripts eject",