You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SvelteKit removed getStaticDirectory() function in sveltejs/kit#7809 breaks the build.
Steps to Reproduce
Build the project
Spits out errors:
> Using svelte-adapter-firebase
error during build:
TypeError: builder.getStaticDirectory is not a function
at adapt (file:///./node_modules/.pnpm/file+..+svelte-adapter-firebase_u7k3ayrbkw2qngmchevq6cz5qu/node_modules/svelte-adapter-firebase/src/index.js:28:77)
Expected Behaviour
> Using svelte-adapter-firebase
✔ done
svelte-adapter-firebase version
0.14.4
sveltejs/kit version
1.0.0-next.570
The text was updated successfully, but these errors were encountered:
Describe the Bug
SvelteKit removed
getStaticDirectory()
function in sveltejs/kit#7809 breaks the build.Steps to Reproduce
Spits out errors:
Expected Behaviour
svelte-adapter-firebase version
0.14.4
sveltejs/kit version
1.0.0-next.570
The text was updated successfully, but these errors were encountered: