From bde909d43c2b4d52bc6a1f390608bc8f5bbffad7 Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 13 Oct 2023 09:09:09 -0700 Subject: [PATCH] static -> public --- forge.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge.config.js b/forge.config.js index 4580125b..e74fb0d9 100644 --- a/forge.config.js +++ b/forge.config.js @@ -1,7 +1,7 @@ var AllowedFirstParts = { "package.json": true, dist: true, - static: true, + public: true, node_modules: true, bin: true, }; @@ -50,7 +50,7 @@ module.exports = { files: [ "package.json", "dist/*", - "static/*", + "public/*", "node_modules/lzma-native/**", "node_modules/fs-ext/**", "node_modules/fsevents/**",