astro-firebase
astro-firebase copied to clipboard
"Cannot destructure property 'buildConfig' of 'undefined' as it is undefined." when building with astro build
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 Example from the @astrojs/image library
I have having issues with @astrojs/image build as well. Bump!