Fix build-api.js destination path to copy within code directory
cgen-5e1c42f5490445808beb44d0f48e1844
This commit is contained in:
parent
753ba04700
commit
b981999dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|||
console.log("Preparing API files for Vercel...");
|
||||
|
||||
const srcApi = path.resolve(__dirname, "api");
|
||||
const destApi = path.resolve(__dirname, "..", "api");
|
||||
const destApi = path.resolve(__dirname, "api");
|
||||
|
||||
const UTILITY_PATTERNS = [
|
||||
/^_/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue