astro-firebase icon indicating copy to clipboard operation
astro-firebase copied to clipboard

"Cannot destructure property 'buildConfig' of 'undefined' as it is undefined." when building with astro build

Open Sanlys opened this issue 2 years ago • 1 comments

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

Sanlys avatar Jun 19 '23 19:06 Sanlys

I have having issues with @astrojs/image build as well. Bump!

ReyWins avatar Jun 29 '23 01:06 ReyWins