denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.66k stars 654 forks source link

Fresh template isn't as it should be #2748

Open rempas opened 3 weeks ago

rempas commented 3 weeks ago

There are two problems with the fresh template (deno run -A -r https://fresh.deno.dev)

  1. It is not updated for Deno 2.0. The nodeModulesDir option should be set to auto and not true.

  2. The start task does not include the components and islands directories for the watch option, even tho those two are fundamental parts of a fresh program.