|
|
@@ -30,7 +30,11 @@
|
|
|
"Bash(echo \"solver: $?\")",
|
|
|
"Bash(fuser -k 3001/tcp)",
|
|
|
"Bash(curl -s -X POST http://localhost:3001/api/guess -H 'Content-Type: application/json' -d '{\"wordId\":4,\"guess\":\"style\",\"tryNo\":1}')",
|
|
|
- "Bash(curl -s -X POST http://localhost:3001/api/guess -H 'Content-Type: application/json' -d '{\"wordId\":4,\"guess\":\"crane\",\"tryNo\":6}')"
|
|
|
+ "Bash(curl -s -X POST http://localhost:3001/api/guess -H 'Content-Type: application/json' -d '{\"wordId\":4,\"guess\":\"crane\",\"tryNo\":6}')",
|
|
|
+ "Bash(npm run *)",
|
|
|
+ "Bash(PORT=3001 STATIC_DIR=dist/client npx tsx server/src/index.ts)",
|
|
|
+ "Bash(curl -s http://localhost:3001/)",
|
|
|
+ "Bash(curl -s http://localhost:3001/api/daily)"
|
|
|
]
|
|
|
}
|
|
|
}
|