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

@@ -5,4 +5,4 @@ export DATABASE_HOST=$DATABASE_MIGRATIONS_HOST
export DATABASE_PORT=$DATABASE_MIGRATIONS_PORT
sudo npm i -g ts-node
npx typeorm-ts-node-esm migration:run --dataSource=./CommonServer/Infrastructure/PostgresConfig.ts
npx typeorm-ts-node-esm migration:run --dataSource=./Common/Server/Infrastructure/PostgresConfig.ts