-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start Cloudflare workers project with capital letters in directory name #13
Comments
@sor4chi @yusukebe Thanks for confirming. The workerName is set here. I have created a pull request with the above proposal, could you please check it out? #14 |
Hi @nmemoto ! I've released the v0.3.2 which is including your fix. Great work! Thanks. |
This may be a minor issue, but I'll share.
I ran the following
After
cd todoAPI && npm i
, Run the followingThe wrangler.toml generated at this time is as follows
I thought it would be better to kebab case and convert all to lower case when replacing by project name from the template.
create-hono/src/hooks/after-create.ts
Line 12 in 6aa68a3
However, I can't use this method when the project name is a non-ascii character or a non-hyphen symbol. Therefore, I think it would be better to dare to do nothing.
The text was updated successfully, but these errors were encountered: