Using fresh inside an existing deno folder
I have an existing deno project with deno.jsonc at the root and would like to add a web app as a subfolder. When I do this, vscode picks up the settings from the root deno.jsonc (instead of the one generated by fresh cli), so I see a lot of messages like this: “Relative import path "$std/dotenv/load.ts" not prefixed with / or ./ or ../ and not in import map from”
What’s the recommended way to do this, i.e. to have multiple deno project inside the same root folder?
What’s the recommended way to do this, i.e. to have multiple deno project inside the same root folder?
