diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 962adabe0..e95ef9602 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,13 @@
-
+
+
+
+
+
+
+
diff --git a/src/js/Rollup/Users/rkenneybrew88/Github/Repository/rkenneybrew.github.io/src/js/Rollup/.rmv/config/db.mvbasic.json b/src/js/Rollup/Users/rkenneybrew88/Github/Repository/rkenneybrew.github.io/src/js/Rollup/.rmv/config/db.mvbasic.json
deleted file mode 100644
index 877eddea0..000000000
--- a/src/js/Rollup/Users/rkenneybrew88/Github/Repository/rkenneybrew.github.io/src/js/Rollup/.rmv/config/db.mvbasic.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "version": "1.0",
- "db": {
- "host": "",
- "userName": "",
- "password": "",
- "account": "",
- "dataSource": "UNIVERSE",
- "port": 31438
- },
- "accounts": [
- {
- "name": "",
- "path": ""
- }
- ],
- "catalog": {
- "isSearchAllDirs": false,
- "readServerInterval": 5,
- "programDirs": [
- {
- "account": "",
- "fileName": ""
- }
- ],
- "programMapping": [
- {
- "catalogName": "",
- "account": "",
- "fileName": "",
- "program": ""
- }
- ]
- },
- "includeMapping": [
- {
- "includeFile": "",
- "account": "",
- "fileName": ""
- }
- ]
-}
\ No newline at end of file
diff --git a/src/js/Rollup/Users/rkenneybrew88/Github/Repository/rkenneybrew.github.io/src/js/Rollup/.rmv/config/format.mvbasic.json b/src/js/Rollup/Users/rkenneybrew88/Github/Repository/rkenneybrew.github.io/src/js/Rollup/.rmv/config/format.mvbasic.json
deleted file mode 100644
index d38dc65fc..000000000
--- a/src/js/Rollup/Users/rkenneybrew88/Github/Repository/rkenneybrew.github.io/src/js/Rollup/.rmv/config/format.mvbasic.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "version": "1.0",
- "formatting": {
- "trimNewlines": false,
- "trimFinalNewlines": false,
- "trimTrailingWhitespace": true,
- "insertFinalNewline": true,
- "multiStatementsOneLine": true,
- "alignInlineComments": 48,
- "spacing.operator": 1,
- "spacing.semicolon": 1,
- "spacing.comma": 1,
- "spacing.assignment": 1,
- "spacing.parentheses": 0,
- "spacing.squareBrackets": 0,
- "spacing.curlyBrackets": 0,
- "spacing.angleBrackets": 0,
- "style.operator": "keep",
- "style.keyword": "keep",
- "style.commentMark": "keep",
- "style.keywordCase": "keep",
- "indent.base": 0,
- "indent.block": true,
- "indent.commentLine": true,
- "indent.directive": false,
- "indent.clause": false,
- "clause.useBlock": false,
- "clause.addBlankLines": false,
- "clause.atNewline": false,
- "routine.labelPattern": ""
- }
-}
\ No newline at end of file
diff --git a/src/js/Rollup/Users/rkenneybrew88/Github/Repository/rkenneybrew.github.io/src/js/Rollup/.rmv/documentation/UNIVERSE/custom.json b/src/js/Rollup/Users/rkenneybrew88/Github/Repository/rkenneybrew.github.io/src/js/Rollup/.rmv/documentation/UNIVERSE/custom.json
deleted file mode 100644
index 0db3279e4..000000000
--- a/src/js/Rollup/Users/rkenneybrew88/Github/Repository/rkenneybrew.github.io/src/js/Rollup/.rmv/documentation/UNIVERSE/custom.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-
-}
diff --git a/src/js/Rollup/_config/ctm/custom.rollup.config.mjs b/src/js/Rollup/_config/ctm/custom.rollup.config.mjs
index 12cfd3a4b..44722ac9a 100755
--- a/src/js/Rollup/_config/ctm/custom.rollup.config.mjs
+++ b/src/js/Rollup/_config/ctm/custom.rollup.config.mjs
@@ -1,7 +1,7 @@
export default {
- input: '/Users/rkenneybrew88/src/rollup/umd/main.js',
+ input: '/umd/main.js',
output: {
- file: '/Users/rkenneybrew88/src/rollup/umd/build/name_this_prefix.min.js',
+ file: '/umd/build/name_this_prefix.min.js',
format: 'cjs',
sourcemap: 'inline',
},