This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
no message
reset-do-picking-order
TASTEOFASIA\MTMS
1 week ago
parent
7564ee01eb
commit
f2a2337e1a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "set NODE_OPTIONS=--inspect&& next start",
"start": "set NODE_OPTIONS=--inspect
--max-old-space-size=6144
&& next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
Write
Preview
Loading…
Cancel
Save