aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-28 06:40:25 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-28 06:40:25 +0530
commit976f0f6436106fc96651c55c2e254f21a642fe15 (patch)
tree2032c66c0d31d98b0b55e9a7267146e82f079424 /src/internal-server
parentfix: 'failed prop' warning in QuickSwitchModal, SettingsNavigation, SettingsW... (diff)
downloadferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.tar.gz
ferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.tar.zst
ferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.zip
Revert "Switch from 'npm' to 'pnpm' (#704)"
Diffstat (limited to 'src/internal-server')
-rw-r--r--src/internal-server/config/database.js6
-rw-r--r--src/internal-server/config/hash.js2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/internal-server/config/database.js b/src/internal-server/config/database.js
index 45993eb71..1b5974359 100644
--- a/src/internal-server/config/database.js
+++ b/src/internal-server/config/database.js
@@ -23,7 +23,7 @@ module.exports = {
23 | Sqlite is a flat file database and can be a good choice for a development 23 | Sqlite is a flat file database and can be a good choice for a development
24 | environment. 24 | environment.
25 | 25 |
26 | pnpm i --save sqlite3 26 | npm i --save sqlite3
27 | 27 |
28 */ 28 */
29 sqlite: { 29 sqlite: {
@@ -43,7 +43,7 @@ module.exports = {
43 | 43 |
44 | Here we define connection settings for MySQL database. 44 | Here we define connection settings for MySQL database.
45 | 45 |
46 | pnpm i --save mysql 46 | npm i --save mysql
47 | 47 |
48 */ 48 */
49 mysql: { 49 mysql: {
@@ -65,7 +65,7 @@ module.exports = {
65 | 65 |
66 | Here we define connection settings for PostgreSQL database. 66 | Here we define connection settings for PostgreSQL database.
67 | 67 |
68 | pnpm i --save pg 68 | npm i --save pg
69 | 69 |
70 */ 70 */
71 pg: { 71 pg: {
diff --git a/src/internal-server/config/hash.js b/src/internal-server/config/hash.js
index 7b4491c1f..bbf32f691 100644
--- a/src/internal-server/config/hash.js
+++ b/src/internal-server/config/hash.js
@@ -37,7 +37,7 @@ module.exports = {
37 | Since argon is optional, you will have to install the dependency yourself 37 | Since argon is optional, you will have to install the dependency yourself
38 | 38 |
39 |============================================================================ 39 |============================================================================
40 | pnpm i argon2 40 | npm i argon2
41 |============================================================================ 41 |============================================================================
42 | 42 |
43 */ 43 */