projectx-codehagen / Badget

Badget aims to simplify financial management with a user-friendly interface and robust backend
https://projectx-eight-gilt.vercel.app/
GNU Affero General Public License v3.0
2.31k stars 252 forks source link

Bug: Missing wrangler entry-point #259

Open gianlucadonato opened 1 month ago

gianlucadonato commented 1 month ago

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:

Screenshot 2024-07-23 at 23 33 09

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

Steps 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

linear[bot] commented 1 month ago

BAD-51 Bug: Missing wrangler entry-point

gianlucadonato commented 3 weeks ago

@Codehagen do you have any indication on how to run the app in local? At the moment following the steps in the readme does not work