personal-site/nodecid.config.json
2023-11-01 08:34:54 +01:00

6 lines
128 B
JSON

{
"preflight": ["git checkout .", "git pull", "npm install", "npm run build"],
"start": "npm start",
"port": 5000
}