Jox
Explore posts from serversHow do I get a d.ts file to be used?
I'm not sure the suggestions are helpful to my scenario.
Considering that in my
deno.json
I'm importing "hono/": "https://deno.land/x/[email protected]/",
and the interface I want to extend lives in https://deno.land/x/[email protected]/context.ts
, I'm not sure
1) what the name in declare module
should be?
2) if a reference directive is needed?5 replies
How to run tailwindcss cli with deno task?
@Deno AI Helper , I would like to be able to run the tailwindcss cli tool to watch and build stylesheets as per their cli docs, https://tailwindcss.com/docs/installation
But I can't see a way that I could do that with a deno task like a I could with an npm script?
Is this a case where I have to add a package.json file or is it possible to do without that?
7 replies