Skip to content

Commit

Permalink
add web-optimum
Browse files Browse the repository at this point in the history
  • Loading branch information
paiva committed Dec 30, 2024
1 parent 13f98a9 commit 145824d
Show file tree
Hide file tree
Showing 66 changed files with 16,265 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
GRAPHQL_URL=http://localhost:8080/v1/graphql
GRAPHQL_WS=ws://localhost:8080/v1/graphql
NODE_ENV=development
PORT=3000
RPC_WEBSOCKET=http://localhost:26657/websocket
NEXT_PUBLIC_CHAIN_TYPE=testnet
PROJECT_NAME=web-optimum
17 changes: 17 additions & 0 deletions apps/web-optimum/.codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://docs.codecov.io/docs/commit-status
coverage:
status:
project:
default:
# basic
target: 0
threshold: 0%
base: 0%
# advanced
branches: []
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: []
paths: []
9 changes: 9 additions & 0 deletions apps/web-optimum/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root: true
extends:
- custom
ignorePatterns:
- '**/node_modules/*'
- '**/out/*'
- '**/.next/*'
- '**/dist/*'
- '**/src/graphql/*'
Loading

0 comments on commit 145824d

Please sign in to comment.