bondsandbarrels
bondsandbarrels
DDeno
Created by bondsandbarrels on 1/7/2025 in #help
Deno, Sveltekit and adapter node build issue (+DuckDB)
Yes, I guess it's Rollup that would have to do it. Will try to find some time to report it.
10 replies
DDeno
Created by bondsandbarrels on 1/7/2025 in #help
Deno, Sveltekit and adapter node build issue (+DuckDB)
The irony that in order to make a SIMPLER runtime work I have to ADD another config file 😬 . But all good, Deno team is doing amazing things.
10 replies
DDeno
Created by bondsandbarrels on 1/7/2025 in #help
Deno, Sveltekit and adapter node build issue (+DuckDB)
Because that seems to work!
10 replies
DDeno
Created by bondsandbarrels on 1/7/2025 in #help
Deno, Sveltekit and adapter node build issue (+DuckDB)
Oh wait! You mean after building, just run it with
deno run -A ./build/index.js
deno run -A ./build/index.js
?
10 replies
DDeno
Created by bondsandbarrels on 1/7/2025 in #help
Deno, Sveltekit and adapter node build issue (+DuckDB)
Afraid this didn't work.. I added a deno.json to the root of the project, put the imports block in there, removed previous build folder and rebuild. The result is the same.
10 replies
DDeno
Created by hmt on 5/5/2024 in #help
SvelteKit: Unable to load a local module for './$types'
deno add --dev npm:@types/deno
8 replies
DDeno
Created by hmt on 5/5/2024 in #help
SvelteKit: Unable to load a local module for './$types'
Indeed 1) not enabling Deno extension in the svelte directory and 2) installing Deno types is a workaround. See for example: https://discord.com/channels/684898665143206084/1288450364760264827/1288956395533635679
8 replies
DDeno
Created by RedBean on 9/30/2024 in #help
Is deno's cache philosophy coherent for local files ?
I used to work around this by simply restarting the kernel. Is that an option? Not saying this is optimal, simply offering another quick workaround.
12 replies