An open API service indexing awesome lists of open source software.

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

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.