diff --git a/README.md b/README.md index bc346e1..7ed27ac 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ SvelteKit is still in Beta and the Adapter API is in flux, this can result in th | Adapter Version | SvelteKit Version | | --------------- | ----------------- | +| `0.9.x` | `1.0.0-next.119` | | `0.8.x` | `1.0.0-next.111` | | `NA` | `1.0.0-next.110` | | `NA` | `1.0.0-next.109` | diff --git a/src/files/handler.js b/src/files/handler.js index 2115aa6..4d4fd86 100644 --- a/src/files/handler.js +++ b/src/files/handler.js @@ -1,7 +1,9 @@ import '@sveltejs/kit/install-fetch'; // eslint-disable-line import/no-unassigned-import // TODO: hardcoding the relative location makes this brittle -import {render} from '../output/server/app.js'; +import {init, render} from '../output/server/app.js'; + +init(); /** * Firebase Cloud Function handler for SvelteKit