astro-firebase
astro-firebase copied to clipboard
file: integration-functions.js ``` 'astro:build:start': async ({ buildConfig }) => { buildConfig.serverEntry = 'index.js'; buildConfig.server = _config.outDir; }, ``` It seems that using buildConfig is deprecated. [Example from the node adapter](https://github.com/withastro/astro/issues/6137)...
This is a repost by @noga-dev at https://github.com/thepassle/astro-firebase-demo/issues/1 I'm just posting it in the correct repo: > Hitting this error when trying to reach the function via url. Otherwise just...