Pham Nhat Huy
Pham Nhat Huy
Implements #240
# Reproduce 1. Create a new project `bud create project` 2. Create a root route **(important)** `bud new controller anything:/ index show` 3. `bud new controller index` or `bud new...
When we create a route with a number at the beginning ``` ❯ bud new controller 1 index | 1:9: expected 'IDENT', found 1 ``` The controller is not generated...
# Reproduce 1. Create 2 different project `bud create --module=a a` and `bud create --module=b b` 2. `bud run` in project `a`, `bud run --listen 3001` in project `b` 3....