We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5934b81 commit 9bc8d89Copy full SHA for 9bc8d89
packages/kit/src/core/build/index.js
@@ -33,12 +33,8 @@ const s = (value) => JSON.stringify(value);
33
* @returns {Promise<import('types/internal').BuildData>}
34
*/
35
export async function build(config, { cwd = process.cwd(), runtime = '@sveltejs/kit/ssr' } = {}) {
36
-<<<<<<< HEAD
37
const raw_build_dir = `${SVELTE_KIT}/node_modules/@sveltejs/kit-app`;
38
const build_dir = path.resolve(cwd, raw_build_dir);
39
-=======
40
- const build_dir = path.resolve(cwd, `${SVELTE_KIT}/node_modules`);
41
->>>>>>> 14c96c50d322c4454164fc1dc67cf236e09c38b0
42
43
rimraf(build_dir);
44
0 commit comments