mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
bump to node 18 + increase to 3gb
This commit is contained in:
parent
926f38c84c
commit
ea40fccb49
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/outline/outline/archive/12aca51541ae07303767ef5cf5d66d21426de0e0.zip
|
||||
SOURCE_SUM=888e52779b6a454288b9e7ccd072e4657c6a6bc70827c1844f394613d8b0fc74
|
||||
SOURCE_URL=https://github.com/outline/outline/archive/2cd5d0e6245e27cf2e8b323b9576caff74e90b5b.zip
|
||||
SOURCE_SUM=eeb38150037b8601c082774d42f726e8106817ec88f6ad3346ad4c88799712f1
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# dependencies used by the app
|
||||
pkg_dependencies="postgresql"
|
||||
|
||||
NODEJS_VERSION=16
|
||||
NODEJS_VERSION=18
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -113,7 +113,7 @@ index 352d1993a..5e3c24636 100644
|
|||
version "0.4.1"
|
||||
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff"
|
||||
diff --git a/package.json b/package.json
|
||||
index 787991dc1..24ea2c8af 100644
|
||||
index 787991dc1..a7ec19544 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -8,7 +8,7 @@
|
||||
|
@ -121,7 +121,7 @@ index 787991dc1..24ea2c8af 100644
|
|||
"build:i18n": "i18next --silent '{shared,app,server,plugins}/**/*.{ts,tsx}' && yarn copy:i18n",
|
||||
"build:server": "./build.sh",
|
||||
- "build": "yarn clean && yarn vite:build && yarn build:i18n && yarn build:server",
|
||||
+ "build": "yarn clean && NODE_OPTIONS='--max-old-space-size=1024' yarn vite:build && yarn build:i18n && NODE_OPTIONS='--max-old-space-size=1024' yarn build:server",
|
||||
+ "build": "yarn clean && NODE_OPTIONS='--max-old-space-size=3072' yarn vite:build && yarn build:i18n && NODE_OPTIONS='--max-old-space-size=3072' yarn build:server",
|
||||
"start": "node ./build/server/index.js",
|
||||
"dev": "NODE_ENV=development yarn concurrently -n api,collaboration -c \"blue,magenta\" \"node --inspect=0.0.0.0 build/server/index.js --services=collaboration,websockets,admin,web,worker\"",
|
||||
"dev:backend": "nodemon --exec \"yarn build:server && yarn dev\" -e js,ts,tsx --ignore build/ --ignore app/ --ignore shared/editor",
|
||||
|
|
Loading…
Add table
Reference in a new issue