updating the way the server loads the actual web build path to account for different folder structure

This commit is contained in:
Mike Clark
2025-02-09 10:16:29 +00:00
parent c947d964fa
commit ce99c49ddb
2 changed files with 12 additions and 7 deletions

View File

@@ -41,6 +41,7 @@
"rebuild-node": "yarn workspace loot-core rebuild",
"lint": "eslint . --max-warnings 0",
"lint:verbose": "DEBUG=eslint:cli-engine eslint . --max-warnings 0",
"install:server": "yarn workspaces focus actual-sync --production",
"typecheck": "yarn tsc && tsc-strict",
"jq": "./node_modules/node-jq/bin/jq",
"prepare": "husky"