personal-site/nodecid.config.json

6 lines
128 B
JSON
Raw Normal View History

2023-10-29 11:40:23 +00:00
{
2023-10-29 15:49:24 +00:00
"preflight": ["git checkout .", "git pull", "npm install", "npm run build"],
2023-11-01 07:34:54 +00:00
"start": "npm start",
"port": 5000
2023-10-29 11:40:23 +00:00
}