Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"version": "2.0",
"scripts": {
"dev": "wrangler dev src/index.ts --port 3001",
"dev": "wrangler dev",
"build": "tsup --clean",
"docker:up": "docker-compose -p comuline-api up -d",
"docker:down": "docker-compose down",
Expand Down Expand Up @@ -43,7 +43,7 @@
"prettier": "^3.2.5",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"wrangler": "^3.91.0"
"wrangler": "^4.6.0"
},
"module": "src/index.js",
"lint-staged": {
Expand Down
7 changes: 0 additions & 7 deletions wrangler.example.toml

This file was deleted.

20 changes: 20 additions & 0 deletions wrangler.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "comuline-api",
"main": "src/index.ts",
"compatibility_date": "2025-03-05",
"send_metrics": false,
"minify": true,
"limits": {
"cpu_ms": 300000,
},
"dev": {
"port": 3001,
},
"observability": {
"enabled": true,
},
"placement": {
"mode": "smart",
},
}
13 changes: 0 additions & 13 deletions wrangler.toml

This file was deleted.