From bc5e806ff6a3abbce7d7213db960070abebc49c1 Mon Sep 17 00:00:00 2001 From: Samuel Andert Date: Tue, 22 Aug 2023 10:52:02 +0200 Subject: [PATCH] production deploy next try --- .meshrc.yml | 2 +- src/{envelopePlugin.ts => envelopePlugin.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{envelopePlugin.ts => envelopePlugin.js} (100%) diff --git a/.meshrc.yml b/.meshrc.yml index dd60acd..865d38f 100644 --- a/.meshrc.yml +++ b/.meshrc.yml @@ -1,6 +1,6 @@ serve: endpoint: /api -additionalEnvelopPlugins: "./src/envelopePlugin.ts" +additionalEnvelopPlugins: "./src/envelopePlugin.js" sources: - name: Directus handler: diff --git a/src/envelopePlugin.ts b/src/envelopePlugin.js similarity index 100% rename from src/envelopePlugin.ts rename to src/envelopePlugin.js