diff --git a/.idea/runConfigurations/Build.xml b/.idea/runConfigurations/Build.xml
new file mode 100644
index 000000000..ef1b8b18a
--- /dev/null
+++ b/.idea/runConfigurations/Build.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Clean.xml b/.idea/runConfigurations/Clean.xml
new file mode 100644
index 000000000..18131454f
--- /dev/null
+++ b/.idea/runConfigurations/Clean.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Start_API.xml b/.idea/runConfigurations/Start_API.xml
index 83d9203ae..72cdbb6d9 100644
--- a/.idea/runConfigurations/Start_API.xml
+++ b/.idea/runConfigurations/Start_API.xml
@@ -13,15 +13,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Start_CDN.xml b/.idea/runConfigurations/Start_CDN.xml
index aabd8e252..8424b78f0 100644
--- a/.idea/runConfigurations/Start_CDN.xml
+++ b/.idea/runConfigurations/Start_CDN.xml
@@ -13,15 +13,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Start_Gateway.xml b/.idea/runConfigurations/Start_Gateway.xml
index 5369245fe..676b831aa 100644
--- a/.idea/runConfigurations/Start_Gateway.xml
+++ b/.idea/runConfigurations/Start_Gateway.xml
@@ -13,15 +13,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Start_bundle.xml b/.idea/runConfigurations/Start_bundle.xml
index 9a156614a..75938e479 100644
--- a/.idea/runConfigurations/Start_bundle.xml
+++ b/.idea/runConfigurations/Start_bundle.xml
@@ -13,15 +13,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ee60e5f81..794065336 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -138,6 +138,8 @@
+
+
diff --git a/package.json b/package.json
index 59eb3889c..8180e803f 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
"start:gateway": "node --enable-source-maps dist/gateway/start.js",
"build": "npm run build:src && npm run generate:schema && npm run generate:openapi",
"build:src": "tsc -b -v",
- "watch": "tsc -w -b .",
+ "build:watch": "tsc -w -b .",
+ "clean": "rm -rf dist/",
"test": "node scripts/test.js",
"lint": "eslint .",
"setup": "npm run build && npm run generate:schema",
@@ -22,7 +23,8 @@
"generate:openapi": "node scripts/openapi.js",
"add:license": "node scripts/license.js",
"migrate-from-staging": "node -r dotenv/config -r module-alias/register scripts/stagingMigration/index.js",
- "node:tests": "npm run build:src && node -r dotenv/config -r module-alias/register --enable-source-maps --test --experimental-test-coverage dist/**/*.test.js"
+ "node:tests": "npm run build:src && node -r dotenv/config -r module-alias/register --enable-source-maps --test --experimental-test-coverage dist/**/*.test.js",
+ "config:apply": "node dist/applyConfig.js"
},
"main": "dist/bundle/index.js",
"types": "src/bundle/index.ts",