Jox
Jox
DDeno
Created by Jox on 11/13/2023 in #help
How 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/hono@v3.10.0/", and the interface I want to extend lives in https://deno.land/x/hono@v3.10.0/context.ts, I'm not sure 1) what the name in declare module should be? 2) if a reference directive is needed?
5 replies
DDeno
Created by Jox on 9/22/2023 in #help
How to run tailwindcss cli with deno task?
I ended up adding tailwindcss in devDependencies in a package.json file and a tailwind script in it that I run with deno task tailwind
7 replies
DDeno
Created by Jox on 9/22/2023 in #help
How to run tailwindcss cli with deno task?
Great, thanks!
7 replies
DDeno
Created by Jox on 9/22/2023 in #help
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
DDeno
Created by Jox on 9/22/2023 in #help
How to run tailwindcss cli with deno task?
@Deno AI Helper
7 replies
DDeno
Created by Jox on 9/21/2023 in #help
Module not found when running deno run
Which means deno run ./src/main.ts has to change to deno run /main.ts
9 replies
DDeno
Created by Jox on 9/21/2023 in #help
Module not found when running deno run
I figured out the culprit.
"/": "./src/",
"/": "./src/",
in my deno.json imports
9 replies
DDeno
Created by Jox on 9/21/2023 in #help
Module not found when running deno run
I have not symlinked anything by my own hand 🙂
9 replies
DDeno
Created by Jox on 9/21/2023 in #help
Module not found when running deno run
/Users/me/Projects/my-project
9 replies