.armaan.s.
Enable VSCode Testing color output?
https://github.com/denoland/vscode_deno/issues/1156
Thanks, I've created the issue in the
vscode_deno
repo.12 replies
--watch flag doesn't restart on file creation
My use case is for a dev mode for a Hono server. I have a simple script which enables file-based routing by generating a
routes.ts
file which imports all files within the routes/
directory. I can then import that routes.ts
file in my main.ts
and preserve the types where doing dynamic imports wouldn't. The code generation script is run on start / restart, just before main.ts
.3 replies