Explorar el Código

no message

reset-do-picking-order
TASTEOFASIA\MTMS hace 1 semana
padre
commit
f2a2337e1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      package.json

+ 1
- 1
package.json Ver fichero

@@ -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"
},


Cargando…
Cancelar
Guardar