-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit e26c54b Author: Andrés <[email protected]> Date: Fri Dec 6 11:30:37 2024 +0100 feat: simplify sequelize usage (#747) Rely on `dotenv` to load the environment variable `DATABASE_URI` to make it available for the sequelize configuration. On this way, there is no need to export the variable value manually. commit fc68a24 Author: Andrés <[email protected]> Date: Fri Dec 6 11:25:33 2024 +0100 chore: upgrade to node v22 (#748)
- Loading branch information
1 parent
8fc4554
commit 9fbaaba
Showing
6 changed files
with
28 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
lts/Iron | ||
lts/Jod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"type": "module", | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=20" | ||
"node": ">=22" | ||
}, | ||
"scripts": { | ||
"prettify": "prettier --write \"src/**/*.astro\" \"src/**/*.ts*\" \"src/**/*.css*\"", | ||
|
@@ -27,6 +27,7 @@ | |
"@polkadot/extension-dapp": "^0.46.5", | ||
"@polkadot/util": "^12.6.2", | ||
"astro": "^3.6.5", | ||
"dotenv": "^16.4.7", | ||
"got": "^12.6.1", | ||
"http-status-codes": "^2.3.0", | ||
"lodash-es": "^4.17.21", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.