https://github.com/osaton/temp-black-waterfall-44dc
Cloudflare vitest-pool-workers pages_build_output_dir bug
https://github.com/osaton/temp-black-waterfall-44dc
Last synced: 10 months ago
JSON representation
Cloudflare vitest-pool-workers pages_build_output_dir bug
- Host: GitHub
- URL: https://github.com/osaton/temp-black-waterfall-44dc
- Owner: osaton
- Created: 2024-05-06T07:45:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T08:04:15.000Z (about 2 years ago)
- Last Synced: 2025-03-06T05:48:11.929Z (over 1 year ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @cloudflarevitest-pool-workers bug
## Reproduction
Install dependencies and run `npm test` to reproduce the bug.
## Issue
Pages project with `pages_build_output_dir` in `wrangler.toml` fails to run with the following error:
```
Error: Pages doesn't currently support JSON formatted config `/black-waterfall-44dc/wrangler.toml`. Please use wrangler.toml instead.
```
If you comment out the `pages_build_output_dir` in `wrangler.toml`, the tests runs successfully.