Alexaの認証を延長するもの
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
"description": "Alexa TTS API server for Windmill integration",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
"start": "node server.js",
|
||||
"auth": "node auth4.js",
|
||||
"auth:web": "node auth4-web.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.0"
|
||||
|
||||
Reference in New Issue
Block a user