From 497a2e094395fe8567b161708180a46b52b3b1cb Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:25:43 +0000 Subject: [PATCH] fix mv not dealing with dot directory --- {.vercel-copy => dot_vercel_copy}/output/config.json | 0 .../output/functions/api.func/.vc-config.json | 0 .../output/functions/api.func/router.js | 0 .../output/functions/api.prerender-config.json | 0 {.vercel-copy => dot_vercel_copy}/output/functions/gist.func | 0 .../output/functions/gist.prerender-config.json | 0 {.vercel-copy => dot_vercel_copy}/output/functions/pin.func | 0 .../output/functions/pin.prerender-config.json | 0 vercel.json | 2 +- 9 files changed, 1 insertion(+), 1 deletion(-) rename {.vercel-copy => dot_vercel_copy}/output/config.json (100%) rename {.vercel-copy => dot_vercel_copy}/output/functions/api.func/.vc-config.json (100%) rename {.vercel-copy => dot_vercel_copy}/output/functions/api.func/router.js (100%) rename {.vercel-copy => dot_vercel_copy}/output/functions/api.prerender-config.json (100%) rename {.vercel-copy => dot_vercel_copy}/output/functions/gist.func (100%) rename {.vercel-copy => dot_vercel_copy}/output/functions/gist.prerender-config.json (100%) rename {.vercel-copy => dot_vercel_copy}/output/functions/pin.func (100%) rename {.vercel-copy => dot_vercel_copy}/output/functions/pin.prerender-config.json (100%) diff --git a/.vercel-copy/output/config.json b/dot_vercel_copy/output/config.json similarity index 100% rename from .vercel-copy/output/config.json rename to dot_vercel_copy/output/config.json diff --git a/.vercel-copy/output/functions/api.func/.vc-config.json b/dot_vercel_copy/output/functions/api.func/.vc-config.json similarity index 100% rename from .vercel-copy/output/functions/api.func/.vc-config.json rename to dot_vercel_copy/output/functions/api.func/.vc-config.json diff --git a/.vercel-copy/output/functions/api.func/router.js b/dot_vercel_copy/output/functions/api.func/router.js similarity index 100% rename from .vercel-copy/output/functions/api.func/router.js rename to dot_vercel_copy/output/functions/api.func/router.js diff --git a/.vercel-copy/output/functions/api.prerender-config.json b/dot_vercel_copy/output/functions/api.prerender-config.json similarity index 100% rename from .vercel-copy/output/functions/api.prerender-config.json rename to dot_vercel_copy/output/functions/api.prerender-config.json diff --git a/.vercel-copy/output/functions/gist.func b/dot_vercel_copy/output/functions/gist.func similarity index 100% rename from .vercel-copy/output/functions/gist.func rename to dot_vercel_copy/output/functions/gist.func diff --git a/.vercel-copy/output/functions/gist.prerender-config.json b/dot_vercel_copy/output/functions/gist.prerender-config.json similarity index 100% rename from .vercel-copy/output/functions/gist.prerender-config.json rename to dot_vercel_copy/output/functions/gist.prerender-config.json diff --git a/.vercel-copy/output/functions/pin.func b/dot_vercel_copy/output/functions/pin.func similarity index 100% rename from .vercel-copy/output/functions/pin.func rename to dot_vercel_copy/output/functions/pin.func diff --git a/.vercel-copy/output/functions/pin.prerender-config.json b/dot_vercel_copy/output/functions/pin.prerender-config.json similarity index 100% rename from .vercel-copy/output/functions/pin.prerender-config.json rename to dot_vercel_copy/output/functions/pin.prerender-config.json diff --git a/vercel.json b/vercel.json index 6fe15cd8..a135b48a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "buildCommand": "npm install && mkdir --parents .vercel/output/functions/api.func/ && mv ./* .vercel/output/functions/api.func/ && cp --recursive .vercel/output/functions/api.func/.vercel-copy/output/ .vercel/", + "buildCommand": "npm install && mkdir --parents .vercel/output/functions/api.func/ && mv ./* .vercel/output/functions/api.func/ && cp --recursive .vercel/output/functions/api.func/dot_vercel_copy/output/ .vercel/", "redirects": [ { "source": "/",