Initial commit from template
Some checks failed
PROMPT_MANAGER Cloudflare Worker / Deploy to ${{ github.ref_name }} environment (push) Failing after 53s
Some checks failed
PROMPT_MANAGER Cloudflare Worker / Deploy to ${{ github.ref_name }} environment (push) Failing after 53s
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "auth-securechat",
|
||||
"version": "1.0.0",
|
||||
"description": "Authentication worker for SecureChat using AnythingLLM",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"dev": "wrangler dev --ip 0.0.0.0",
|
||||
"deploy": "wrangler deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"hono": "^3.12.0",
|
||||
"cookie": "^0.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^4.24.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user