Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RnizereB committed Oct 26, 2024
1 parent d95fb89 commit 7dbb274
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PORT=8796
SALT=salt
DB_HOST=127.0.0.1
DB_NAME=six-cities
DB_USERNAME=Roman
DB_PASSWORD=123qwe
DB_PORT=27017
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"compile": "tsc -p tsconfig.json",
"clean": "rimraf dist",
"ts": "tsc --noEmit && node --no-warnings=--no-warnings=ExperimentalWarning --loader ts-node/esm",
"mock:server": "json-server ./mocks/mock-server-data.json --port 3123 --host localhost"
"mock:server": "json-server ./mocks/mock-server-data.json --port 3123 --host localhost",
"ts:import": "npm run ts ./src/main.cli.ts -- --import ./mocks/mock-data.tsv Roman 123qwe localhost sex-cities salt"
},
"devDependencies": {
"@types/convict": "6.1.6",
Expand Down

0 comments on commit 7dbb274

Please sign in to comment.