Skip to content

Commit

Permalink
Merge branch 'master' into SFD-54
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodecf committed Jan 27, 2024
2 parents 723f1b4 + 4ed1801 commit 3f41abc
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 170 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
node_modules
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.env
coverage

prisma/vitest-environment-prisma/pnpm-lock.yaml
prisma/vitest-environment-prisma/pnpm-lock.yaml
build
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "18"
},
"scripts": {
"build": "tsup --out-dir build --config tsup.config.ts",
"dev": "tsx watch src/server.ts",
"test": "vitest run --dir src/use-cases",
"test:create-prisma-environment": "pnpm link ./prisma/vitest-environment-prisma",
Expand All @@ -27,7 +31,6 @@
"npm-run-all": "^4.1.5",
"prisma": "5.8.1",
"supertest": "^6.3.4",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
Expand All @@ -44,6 +47,7 @@
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"vite-tsconfig-paths": "^4.3.1",
"zod": "^3.22.4"
"zod": "^3.22.4",
"tsup": "^8.0.1"
}
}
Loading

0 comments on commit 3f41abc

Please sign in to comment.