Dockerize environment for automated testing
This commit is contained in:
9
example-service/wrangler.jsonc
Normal file
9
example-service/wrangler.jsonc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "../node_modules/wrangler/config-schema.json",
|
||||
"compatibility_date": "2025-08-07",
|
||||
"main": "main.ts",
|
||||
"name": "example-service",
|
||||
"dev": {
|
||||
"ip": "0.0.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user