Skip to content

Commit

Permalink
nice progress
Browse files Browse the repository at this point in the history
  • Loading branch information
darekf77 committed Dec 23, 2023
1 parent e99a972 commit 1c5d2f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Launch Server standalone",
"program": "${workspaceFolder}/run.js",
"args": [
"port=4506",
"port=4505",
"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22morphi%22%0A%7D "
],
"runtimeArgs": [
Expand Down
4 changes: 2 additions & 2 deletions projects/container-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
"file-loader": "1.1.5",
"file-saver": "2.0.5",
"file-type": "18.5.0",
"firedev": "^16",
"firedev-crud": "16.5.3",
"firedev-crud-deamon": "16.5.3",
"firedev-ports": "16.5.3",
Expand Down Expand Up @@ -532,8 +533,7 @@
"wait-on": "7.0.1",
"watch": "1.0.2",
"yup": "1.1.1",
"zone.js": "~0.13.0",
"firedev": "^16"
"zone.js": "~0.13.0"
},
"devDependencies": {},
"license": "UNLICENSED",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/framework/framework-context-node-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { createConnections, getConnection, DataSource } from 'firedev-typeorm/sr
import type {
TransactionRollbackEvent, TransactionCommitEvent, TransactionStartEvent,
RecoverEvent, SoftRemoveEvent, RemoveEvent, UpdateEvent, InsertEvent
} from 'typeorm/src';
} from 'firedev-typeorm/src';
import { Connection } from 'firedev-typeorm/src';
//#endregion
import { CLASS } from 'typescript-class-helpers/src';
Expand Down

0 comments on commit 1c5d2f5

Please sign in to comment.