Alexaの認証を延長するもの

This commit is contained in:
akira
2026-04-04 09:54:20 +09:00
parent 555940d8f4
commit 8c90fe79bc
8 changed files with 732 additions and 210 deletions

View File

@@ -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"