-
### Description
I have an endpoint that only uses root middleware to setup CORS for Shelf, like so:
```
Handler middleware(Handler handler) {
return handler.use(requestLogger()).use(
fr…
-
### Description
`dart_frog build` fails when run in a pub workspace package.
The issue seems to be that a pub workspace will only generate one global `pbspec.lock` file for the entire repository. Th…
-
The `dart_frog dev` command currently generates a `.dart_frog/server.dart` file with all logic contained in the single file, including the `createServer` logic which returns a `HttpServer`.
I've be…
Ehesp updated
2 months ago
-
Type: Bug
When the extension is enabled, VSCode is significantly slower, even in code that has nothing to do with Dart (TS, Next.js). It especially shows when e.g. clicking a symbol to see its defin…
-
### Description
I have created a second dart_frog project in my workspace and later found out that the first one stopped working suddenly when run with the **Dart Frog: Start and Debug Development …
-
**Description**
Honestly, I was very confused when I first learned how team uses mason cli and bundles, so I think we should guide other contributors when they want to know how the project is using…
-
**Description**
I want to add a bunch of variables using dart's `--define` or `-D`
I can run `dart_frog build` then run `dart build ...` on the output, no problem.
But How can I pass these du…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues.
### CLI Version
0.0.5
### Project ID
44402c9f-bea5-48a5-a925-5611b6d21d98
### Description
Cannot deploy to [G…
-
**Description**
`dart_frog new` doesn't allow the creation of wildcard routes.
**Steps To Reproduce**
```
dart_frog new route "/[...nice]"
```
Throws an error "Route path segments must be valid D…
-
### tl;dr
This is a proposal for a major refactor on how code is organized within the Dart Frog tooling with the goal of promoting greater composability.
### **The problem**
One can identify…