diff --git a/src/api/build.ts b/src/api/build.ts index 73680b2..c8287d6 100644 --- a/src/api/build.ts +++ b/src/api/build.ts @@ -42,7 +42,6 @@ export async function build({ routes = path.resolve(cwd, routes); output = path.resolve(cwd, output); static_files = path.resolve(cwd, static_files); - dest = path.resolve(cwd, dest); if (legacy && bundler === 'webpack') { throw new Error(`Legacy builds are not supported for projects using webpack`);