first commit

This commit is contained in:
YSASM 2024-12-18 20:35:52 +08:00
parent df9901f74c
commit e55653e9af
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node --stack-size=12800 --stack-trace-limit=20 main.js"
},
"dependencies": {
"cookie-parser": "~1.4.4",