Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamas6 committed Mar 7, 2024
1 parent 1f5194c commit 44f56f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NEXT_PUBLIC_FAIROSHOST=https://fairdrive-testnet.fairdatasociety.org/v1
NEXT_PUBLIC_FAIRDRIVEHOST=https://app.fairdrive.io
NEXT_PUBLIC_FAIROSHOST= https://fairos.dev.fairdatasociety.org
NEXT_PUBLIC_FAIRDRIVEHOST=https://app.fairdrive.fairdatasociety.org
NEXT_PUBLIC_NAME=Fairdrive

# Etherna Extension
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"sass": "^1.39.0",
"tailwindcss": "^2.2.9",
"typescript": "4.4.2"
}
},
"license": "MIT"
}

0 comments on commit 44f56f3

Please sign in to comment.