Dockerize environment for automated testing
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"compatibility_date": "2025-01-31",
|
||||
"compatibility_date": "2025-08-07",
|
||||
"main": "build/worker/shim.mjs",
|
||||
"name": "zitadel-session-worker",
|
||||
"workers_dev": true,
|
||||
"dev": {
|
||||
"port": 3000,
|
||||
"ip": "0.0.0.0"
|
||||
},
|
||||
"build": {
|
||||
"command": "cargo install -q worker-build && worker-build --release"
|
||||
},
|
||||
@@ -19,9 +23,5 @@
|
||||
"id": "your-id",
|
||||
"preview_id": "your-preview-id"
|
||||
}
|
||||
],
|
||||
"dev": {
|
||||
"port": 3000,
|
||||
"ip": "localhost"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user