traveling-salesman-bangkok/nodemon.json
Narongpol Kijrangsan 4a37207905
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
first and last commit
2025-03-10 17:28:26 +07:00

6 lines
No EOL
163 B
JSON

{
"watch": ["src"],
"ext": "js,css,html,json,jsx",
"exec": "npm run build && serve --ssl-cert tsp.test.pem --ssl-key tsp.test-key.pem -s public"
}