You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the installation guide in the README, but after running pnpm dev command I'm receiving the following error:
Missing entry-point: The entry-point should be specified via the command line (e.g. wrangler dev path/to/script) or the main config field.
See screenshot:
Is Cloudflare worker required to run the app locally?
The missing wrangler.toml is included in the .gitignore file. If it's needed to run the app locally, can a wrangler.example.toml be included in the repo (same as .env.example) and describe how to configure it? thanks
Describe the bug
I've followed the installation guide in the README, but after running
pnpm dev
command I'm receiving the following error:Missing entry-point: The entry-point should be specified via the command line (e.g. wrangler dev path/to/script) or the main config field.
See screenshot:
Is Cloudflare worker required to run the app locally?
The missing
wrangler.toml
is included in the .gitignore file. If it's needed to run the app locally, can awrangler.example.toml
be included in the repo (same as .env.example) and describe how to configure it? thanksSteps to reproduce
Follow all the 5 installation steps in the readme https://github.com/projectx-codehagen/Badget?tab=readme-ov-file#installation
Browsers
No response
Additional context (Is this in dev or production?)
No response
The text was updated successfully, but these errors were encountered: