@rubytech/create-maxy-code 0.1.166 → 0.1.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -14,6 +14,10 @@ set -euo pipefail
|
|
|
14
14
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
15
15
|
PROJECT_DIR="$(dirname "$SCRIPT_DIR")"
|
|
16
16
|
NEO4J_DIR="$PROJECT_DIR/neo4j"
|
|
17
|
+
# Accounts live at {installDir}/data/accounts/ — outside the platform/ wipe
|
|
18
|
+
# zone. resolve_and_sweep_account_dir reads ACCOUNTS_DIR from env.
|
|
19
|
+
INSTALL_DIR="$(dirname "$PROJECT_DIR")"
|
|
20
|
+
ACCOUNTS_DIR="$INSTALL_DIR/data/accounts"
|
|
17
21
|
|
|
18
22
|
# NEO4J_URI is hard-required. The previous default
|
|
19
23
|
# `bolt://localhost:7687` would silently route the seed to the wrong Neo4j on
|