Update start

This commit is contained in:
CxJuice 2023-11-29 11:46:50 +08:00 committed by GitHub
parent 07f103cdc0
commit aa65baee9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
start
View File

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