mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00

Introduce a new `session-proxy` worker with its configuration file. Update deployment scripts to include `deploy:session-proxy` and add a `deploy:all` script for streamlined deployment of all workers. Expand README with deployment instructions and usage of `pnpm` as an alternative to `bun`.
25 lines
420 B
JSON
25 lines
420 B
JSON
{
|
|
"name": "session-proxy-open-gsio",
|
|
"main": "./index.ts",
|
|
"dev": {
|
|
"port": 3001
|
|
},
|
|
"compatibility_date": "2025-05-27",
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
],
|
|
"preview_urls": false,
|
|
"workers_dev": false,
|
|
"routes": [
|
|
{
|
|
"custom_domain": true,
|
|
"pattern": "example.com"
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"binding": "WORKER_SITE",
|
|
"service": "open-gsio"
|
|
}
|
|
]
|
|
} |