Update start

Try fit python version
This commit is contained in:
CxJuice
2023-11-29 11:38:25 +08:00
committed by GitHub
parent c61d2aee91
commit 07f103cdc0

2
start
View File

@ -2,7 +2,7 @@
"name": "json-service",
"version": "1.0.0",
"scripts": {
"start": "node server.js"
"start": "python3.8 script.py && node server.js"
},
"dependencies": {
"express": "^4.17.1"