Skip to content

Commit

Permalink
0.400.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jan 3, 2025
1 parent c69c6e7 commit ef26b41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@holochain-open-dev/profiles-dev",
"private": true,
"workspaces": ["ui", "tests"],
"workspaces": [
"ui",
"tests"
],
"scripts": {
"start": "AGENTS=2 npm run network",
"network": "hc s clean && npm run build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) UI_PORT=8888 concurrently \"npm start -w ui\" \"npm run local-services\" \"npm run launch\" \"holochain-playground\"",
Expand Down Expand Up @@ -30,5 +33,6 @@
"react-dom": "^18.2.0",
"storybook": "^7.0.0-beta.33"
},
"type": "module"
"type": "module",
"version": "0.400.0"
}

0 comments on commit ef26b41

Please sign in to comment.