Skip to content

Commit 9edc741

Browse files
committed
fix: frontend deps
1 parent 1ace84b commit 9edc741

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3095
-291
lines changed

evoting.compose.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
services:
2+
db:
3+
image: postgres:16
4+
container_name: dev-evoting-db
5+
environment:
6+
POSTGRES_USER: evoting
7+
POSTGRES_PASSWORD: evoting
8+
POSTGRES_DB: evoting
9+
volumes:
10+
- ./db/data:/var/lib/postgresql/data
11+
ports:
12+
- "5432:5432"

infrastructure/web3-adapter/src/db/index.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/web3-adapter/src/db/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/web3-adapter/src/db/mapping.db.js

Lines changed: 132 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/web3-adapter/src/db/mapping.db.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)