Grey
Grey
Creates documentation for #257 This adds a guide on using the `src`, or any other, directory for code, routes, islands, etc. instead of at the root of the project.
Currently the server context gets the `import_map.json` relative to the manifest's location ([code here](https://github.com/denoland/fresh/blob/10094f894728e2074e5c10b678d8328258159310/src/server/context.ts#L97)). This is an issue in cases where the manifest gets generated into the `src` directory because...
Seems like I missed something in my initial PR as that made it work for `vite` but didn't work with `vite build` and `vite preview`. It seems newer versions of...
Adds the KDL (a cuddly document language) grammar to the languages. Website: https://kdl.dev/ Repo: https://github.com/kdl-org/kdl Grammar: https://github.com/Unoqwy/tree-sitter-kdl
It seems like the rust-src component no longer has the `src` directory, I cant seem to find the last date it was there, but 2020-08-10 doesnt have it.