Skip to content
Snippets Groups Projects
Verified Commit b02cc74f authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

chore: cleanup up supporting files

parent c243ab63
No related branches found
No related tags found
1 merge request!30Helm charts
...@@ -11,9 +11,7 @@ ...@@ -11,9 +11,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist coverage *.tsbuildinfo", "clean": "rimraf dist coverage *.tsbuildinfo",
"prebuild": "pnpm clean", "prebuild": "pnpm clean",
"build": "nest build", "build": "nest build -p tsconfig.production.json",
"prebuild:production": "pnpm clean",
"build:production": "nest build -p tsconfig.production.json",
"start": "nest start --watch --preserveWatchOutput", "start": "nest start --watch --preserveWatchOutput",
"test": "jest" "test": "jest"
}, },
......
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"compilerOptions": {
"composite": true,
"removeComments": false,
"declaration": true,
"sourceMap": true,
"incremental": true,
"outDir": "./dist",
"baseUrl": "./",
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["node_modules", "./dist/**/*"]
} }
HTTP_HOST=0.0.0.0 HTTP_HOST=0.0.0.0
HTTP_PORT=3011 HTTP_PORT=3003
NATS_URL=nats://localhost:4222
NATS_URL=nats://nats:4222 NATS_USER=nats_user
NATS_MONITORING_URL=nats://nats:8222 NATS_PASSWORD=
NATS_MONITORING_URL=http://localhost:8222
SSI_AGENT_URL=http://ssi:3010
...@@ -12,16 +12,9 @@ ...@@ -12,16 +12,9 @@
"scripts": { "scripts": {
"clean": "rimraf dist coverage *.tsbuildinfo", "clean": "rimraf dist coverage *.tsbuildinfo",
"prebuild": "pnpm clean", "prebuild": "pnpm clean",
"build": "nest build", "build": "nest build -p tsconfig.production.json",
"prebuild:production": "pnpm clean", "start": "nest start --watch --preserveWatchOutput",
"build:production": "nest build -p tsconfig.production.json", "test": "jest"
"start": "nest start",
"start:dev": "nest start --watch --preserveWatchOutput",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest.config.js"
}, },
"dependencies": { "dependencies": {
"@nestjs/common": "^10.3.0", "@nestjs/common": "^10.3.0",
......
PORT=3007 HTTP_HOST=0.0.0.0
PROOF_MANAGER_URL=http://localhost:3007 HTTP_PORT=3004
DATABASE_URL=postgresql://root:password@localhost:5432/postgres?schema=proof
ECSURL=http://localhost:9200/
ACCEPT_PRESENTATION_CONFIG=AUTO
NATS_URL=nats://localhost:4222 NATS_URL=nats://localhost:4222
AGENT_URL=http://localhost:3010 NATS_USER=nats_user
DIDCOMM_URL=http://localhost:3009 NATS_PASSWORD=
USE_AUTH=false NATS_MONITORING_URL=http://localhost:8222
OAUTH_CLIENT_ID=clientid
OAUTH_CLIENT_SECRET=clientsecret
OAUTH_TOKEN_URL=https://tokenurl
...@@ -9,15 +9,9 @@ ...@@ -9,15 +9,9 @@
"scripts": { "scripts": {
"clean": "rimraf dist coverage *.tsbuildinfo", "clean": "rimraf dist coverage *.tsbuildinfo",
"prebuild": "pnpm clean", "prebuild": "pnpm clean",
"build": "nest build", "build": "nest build -p tsconfig.production.json",
"prebuild:production": "pnpm clean",
"build:production": "nest build -p tsconfig.production.json",
"start": "nest start --watch --preserveWatchOutput", "start": "nest start --watch --preserveWatchOutput",
"test": "jest", "test": "jest"
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest.config.js"
}, },
"dependencies": { "dependencies": {
"@nestjs/common": "^10.3.0", "@nestjs/common": "^10.3.0",
......
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"compilerOptions": {
"composite": true,
"removeComments": false,
"declaration": true,
"sourceMap": true,
"incremental": true,
"outDir": "./dist",
"baseUrl": "./",
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["node_modules", "./dist/**/*"]
} }
HTTP_HOST=0.0.0.0
HTTP_PORT=3001
NATS_URL=nats://localhost:4222
NATS_USER=nats_user
NATS_PASSWORD=
NATS_MONITORING_URL=http://localhost:8222
...@@ -12,16 +12,9 @@ ...@@ -12,16 +12,9 @@
"scripts": { "scripts": {
"clean": "rimraf dist coverage *.tsbuildinfo", "clean": "rimraf dist coverage *.tsbuildinfo",
"prebuild": "pnpm clean", "prebuild": "pnpm clean",
"build": "nest build", "build": "nest build -p tsconfig.production.json",
"prebuild:production": "pnpm clean", "start": "nest start --watch --preserveWatchOutput",
"build:production": "nest build -p tsconfig.production.json", "test": "jest"
"start": "nest start",
"start:dev": "nest start --watch --preserveWatchOutput",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest.config.js"
}, },
"dependencies": { "dependencies": {
"@nestjs/common": "^10.3.0", "@nestjs/common": "^10.3.0",
......
...@@ -8,17 +8,11 @@ ...@@ -8,17 +8,11 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"clean": "rimraf dist *.tsbuildinfo", "clean": "rimraf dist coverage *.tsbuildinfo",
"prebuild": "rimraf dist", "prebuild": "pnpm clean",
"build": "nest build", "build": "nest build",
"build:production": "nest build -p tsconfig.production.json", "build:production": "nest build -p tsconfig.production.json",
"start": "nest start", "test": "jest"
"start:dev": "nest start --watch --preserveWatchOutput",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest.config.js"
}, },
"dependencies": { "dependencies": {
"@aries-framework/anoncreds": "0.4.2", "@aries-framework/anoncreds": "0.4.2",
......
...@@ -7,17 +7,11 @@ ...@@ -7,17 +7,11 @@
"type": "module", "type": "module",
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {
"clean": "rimraf dist *.tsbuildinfo", "clean": "rimraf dist coverage *.tsbuildinfo",
"prebuild": "rimraf dist", "prebuild": "rimraf dist",
"build": "nest build", "build": "nest build -p tsconfig.production.json",
"build:production": "nest build -p tsconfig.production.json", "start": "nest start --watch --preserveWatchOutput",
"start": "nest start", "test": "jest"
"start:dev": "nest start --watch --preserveWatchOutput",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest.config.js --runInBand"
}, },
"dependencies": { "dependencies": {
"@aries-framework/anoncreds": "0.4.2", "@aries-framework/anoncreds": "0.4.2",
......
...@@ -16,6 +16,5 @@ ...@@ -16,6 +16,5 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"noImplicitAny": true "noImplicitAny": true
}, },
"include": ["src", "scripts"],
"exclude": ["node_modules"] "exclude": ["node_modules"]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment