Skip to content

Commit

Permalink
Merge pull request #2 from 0xsequence/finish-validate-session
Browse files Browse the repository at this point in the history
finishValidateSession changes
  • Loading branch information
Agusx1211 authored Nov 17, 2023
2 parents d1b75b5 + 1b34780 commit 9a6c1f0
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 360 deletions.
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"printWidth": 130
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
"dev": "test -f .env || cp .env.example .env && vite --port 3000",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"link-sequence": "pnpm run clear:vite:cache && ../sequence.js/scripts/pnpm-link.sh link",
"unlink-sequence": "pnpm run clear:vite:cache && ../sequence.js/scripts/pnpm-link.sh unlink",
"clear:vite:cache": "rm -rf node_modules/.vite/"
},
"dependencies": {
"@0xsequence/design-system": "^1.0.13",
"@0xsequence/indexer": "^1.1.3",
"@0xsequence/network": "^1.1.3",
"@0xsequence/waas": "0.0.0-20231108174744",
"@0xsequence/waas": "0.0.0-20231113164400",
"@react-oauth/google": "^0.11.1",
"@vanilla-extract/css": "^1.12.0",
"axios": "^1.6.0",
Expand Down
Loading

0 comments on commit 9a6c1f0

Please sign in to comment.