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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
start
View File

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