This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d63a0ee
commit f7f4eeb
Showing
2 changed files
with
29 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
{ | ||
"name": "notifications-dev", | ||
"private": true, | ||
"scripts": { | ||
"start": "AGENTS=2 pnpm network", | ||
"network": "hc s clean && pnpm build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) UI_PORT=8888 concurrently -k \"pnpm -F @darksoil-studio/notifications start\" \"pnpm launch\" \"holochain-playground\" \"pnpm local-services\"", | ||
"launch": "echo pass | RUST_LOG=warn hc launch --piped -n $AGENTS workdir/notifications_test-debug.happ --ui-port $UI_PORT network --bootstrap http://127.0.0.1:$BOOTSTRAP_PORT webrtc ws://127.0.0.1:$SIGNAL_PORT", | ||
"local-services": "hc run-local-services --bootstrap-port $BOOTSTRAP_PORT --signal-port $SIGNAL_PORT", | ||
"test": "pnpm build:happ && pnpm -F tests test", | ||
"build:happ": "nix build --no-update-lock-file -L .#notifications_test_app -o workdir/notifications_test-debug.happ" | ||
}, | ||
"devDependencies": { | ||
"@holochain-playground/cli": "^0.300.0-rc", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@eslint/js": "^9.0.0", | ||
"concurrently": "^6.2.1", | ||
"eslint": "^9.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"gh-pages": "^3.2.3", | ||
"new-port-cli": "^1.0.0", | ||
"prettier": "^3.2.5", | ||
"typescript-eslint": "^7.7.0", | ||
"typescript": "^5.4.5" | ||
}, | ||
"type": "module", | ||
"engines": { | ||
"pnpm": ">=9.0.0" | ||
}, | ||
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390" | ||
} | ||
"name": "notifications-dev", | ||
"private": true, | ||
"scripts": { | ||
"start": "AGENTS=2 pnpm network", | ||
"network": "hc s clean && pnpm build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) UI_PORT=8888 concurrently -k \"pnpm -F @darksoil-studio/notifications start\" \"pnpm launch\" \"holochain-playground\" \"pnpm local-services\"", | ||
"launch": "echo pass | RUST_LOG=warn hc launch --piped -n $AGENTS workdir/notifications_test-debug.happ --ui-port $UI_PORT network --bootstrap http://127.0.0.1:$BOOTSTRAP_PORT webrtc ws://127.0.0.1:$SIGNAL_PORT", | ||
"local-services": "hc run-local-services --bootstrap-port $BOOTSTRAP_PORT --signal-port $SIGNAL_PORT", | ||
"test": "pnpm build:happ && pnpm -F tests test", | ||
"build:happ": "nix build --no-update-lock-file -L .#notifications_test_app.meta.debug -o workdir/notifications_test-debug.happ" | ||
}, | ||
"devDependencies": { | ||
"@holochain-playground/cli": "^0.300.0-rc", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@eslint/js": "^9.0.0", | ||
"concurrently": "^6.2.1", | ||
"eslint": "^9.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"gh-pages": "^3.2.3", | ||
"new-port-cli": "^1.0.0", | ||
"prettier": "^3.2.5", | ||
"typescript-eslint": "^7.7.0", | ||
"typescript": "^5.4.5" | ||
}, | ||
"type": "module", | ||
"engines": { | ||
"pnpm": ">=9.0.0" | ||
} | ||
} |