Skip to content

Commit

Permalink
fix: builds on windows (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nushio authored Jun 15, 2022
1 parent 9c44f0c commit 0dd5005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const entrypoint = function (options = {}) {
files: fileURLToPath(new URL('files', import.meta.url)),
serverDirname: functions.name ?? 'svelteKit',
serverPath: path.join(functions.source, path.dirname(functionsPackageJson.main), functions.name ?? 'svelteKit'),
tmp: path.join('.svelte-kit', 'firebase'),
tmp: builder.getBuildDirectory('.svelte-kit'),
};
const ssrFunc = {
entrypoint: path.join(functions.source, functionsPackageJson.main),
Expand Down

0 comments on commit 0dd5005

Please sign in to comment.