refactor: Update import statements for CommonUI to use Common/UI

This commit is contained in:
Simon Larsen
2024-08-07 16:14:31 -06:00
parent 3eb6f4da5f
commit 86e5a33bd9
40 changed files with 47 additions and 85 deletions

View File

@@ -1,5 +1,5 @@
{
"watch": ["./","../Common", "../CommonServer", "../Model"],
"watch": ["./","../Common"],
"ext": "ts,json,tsx,env,js,jsx,hbs",
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
}

View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"
},

View File

@@ -17,7 +17,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"
},