spencer
How do I troubleshoot this error?
I'm trying to run a fresh project I haven't touched in over a year. I ran the fresh updater but when I try to
deno task start
it, it gives me an error like this:
I'm not really sure what needs that emoji package (it's not explicitily listed in my deno.json) so I'm not sure how to troubleshoot it? It looks like their is a newer version of the emoji.ts package but I don't know how to update to that since it's not in my deno.json. deno outdated
doesn't show anything either2 replies
Can I create a Fresh project inside another Deno project?
I would like to create a dashboard for my application (a minecraft bot), and I would like to use fresh to do so. I want everything to be contained inside the app's directory, so could I create a fresh project inside my current project? and then start the HTTP server programmatically?
Or is there a better solution for something like this?
1 replies
Custom fonts
What's the most straightforward way to supply my own fonts (.woff/.woff2) to use with Fresh and twind? Can't seem to get https://twind.dev/handbook/configuration.html#custom-fonts-and-imports to work
1 replies