Heb
Heb
@pi0 this will be resolved with the firebase v2 preset #1142. In the meantime we can add @luc122c workaround to the documentation #1369
@pi0 given how cleavr works and the fact that the preset is just an alias for node-server, I don't think we should bother testing it, as we would not be...
@pi0 given that flightcontrol doesn't have any provider specific instructions, I don't think we need to test it. If we do want to test it, we can use the github...
@pi0 https://github.com/unjs/nitro-deploys/issues/74
@Rich-Harris While things are better, the adapter is still un-usable in some cases :/ For example trying to build a sveltekit project that uses `pg`. When bundling a project with...
> having the same issue with that code: > > ``` > const { data: cities, error: cityError } = await useAsyncData( > "posts", > () => > // @ts-ignore...
You should use an absolute path for your custom driver location : ```ts import { resolve, dirname } from "node:path"; import { fileURLToPath } from "node:url"; export default defineNitroConfig({ storage:...
It supports typescript files. You can replace `dirname(fileURLToPath(import.meta.url))` with `__dirname` if you want something less verbose.
@danielroe is this ready to review ?
@danielroe Had to create a new branch to fix the conflicts. You can force push from there https://github.com/unjs/nitro/pull/1395 This looks good to me, altough I'm not really a rollup wizard...