mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update app-03-visitor.patch
This commit is contained in:
parent
470604976e
commit
48495904a7
1 changed files with 2 additions and 2 deletions
|
@ -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..a7ec19544 100644
|
||||
index 787991dc1..b5b717014 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -8,7 +8,7 @@
|
||||
|
@ -121,7 +121,7 @@ index 787991dc1..a7ec19544 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=3072' yarn vite:build && yarn build:i18n && NODE_OPTIONS='--max-old-space-size=3072' yarn build:server",
|
||||
+ "build": "yarn clean && NODE_OPTIONS='--max-old-space-size=1900' yarn vite:build && yarn build:i18n && NODE_OPTIONS='--max-old-space-size=1900' 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