salvo-rs / salvo-cli

Apache License 2.0
43 stars 8 forks source link

ASAP hot-fix - current master does not work #11

Closed mi4uu closed 10 months ago

mi4uu commented 10 months ago

generated projects wasn't working. please merge ASAP since current version in master does not produce any working results.

for web

for api

fankaiLiu commented 10 months ago

generated projects wasn't working. please merge ASAP since current version in master does not produce any working results.

for web

  • FIX: create assets folder - project was failing to generate project since there was no proper folder to write assets to
  • FIX: make use of static_routers - it was not present in results - project failed to compile

for api

  • FIX: remove routers_static usage in routers - module not exists, generated project does not compile

Wow, you're a lifesaver! we can't thank you enough for that. I used to manually test the project and then change the code without covering all the options and scribble and submit the code.I've gone ahead and added a test to our project. Hopefully the bugs can be minimized, thanks again for your contribution and have a great day! :)