Skip to content

Commit 5ae324f

Browse files
committed
Drop wrangler
1 parent 98f10f0 commit 5ae324f

File tree

6 files changed

+7
-1493
lines changed

6 files changed

+7
-1493
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ In production, Pages Functions use runtime env vars. If `DATABASE_URL` is not co
5959
- `yarn dev` – start the dev server
6060
- `yarn dev:api` – run the Pages Functions API locally (Node runner)
6161
- `yarn dev:full` – run UI + API together (recommended)
62-
- `yarn dev:api:wrangler` – run the API via `wrangler pages dev` against `./dist`
6362
- `yarn build` – build the app
6463
- `yarn test` – run API/unit tests
6564
- `yarn prettier:check` / `yarn prettier:fix`

docs/simulation/vortex-simulation-tech-architecture.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ If `DATABASE_URL` is not configured, the API falls back to an **ephemeral in-mem
3535
- **Drizzle ORM** (Postgres).
3636
- **zod** (request validation; used as needed).
3737
- **@polkadot/util-crypto** (+ **@polkadot/keyring** in tests) for Substrate signature verification and SS58 address handling.
38-
- **wrangler** for Workers deployment (already in repo).
3938

4039
### External reads (gating)
4140

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"dev": "rsbuild dev --open",
88
"dev:api": "node --experimental-transform-types scripts/dev-api-node.mjs",
9-
"dev:api:wrangler": "yarn build && wrangler pages dev ./dist --compatibility-date=2024-11-01 --port 8788 --binding SESSION_SECRET=dev-secret --binding DEV_BYPASS_SIGNATURE=true --binding DEV_BYPASS_GATE=true --binding DEV_INSECURE_COOKIES=true --binding READ_MODELS_INLINE_EMPTY=true",
109
"dev:full": "node scripts/dev-full.mjs",
1110
"build": "rsbuild build",
1211
"preview": "rsbuild preview",
@@ -45,7 +44,6 @@
4544
"prettier": "^3.6.2",
4645
"prettier-plugin-tailwindcss": "^0.7.1",
4746
"tailwindcss": "^4.1.17",
48-
"typescript": "^5.9.3",
49-
"wrangler": "^4.50.0"
47+
"typescript": "^5.9.3"
5048
}
5149
}

wrangler.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)