Skip to content

Commit

Permalink
Update examples/zkapps/06-offchain-storage/experimental-zkapp-offchai…
Browse files Browse the repository at this point in the history
…n-storage/package.json

Co-authored-by: Yoni Mekuria <[email protected]>
  • Loading branch information
MartinMinkov and ymekuria authored Aug 28, 2023
1 parent 8801c42 commit 0865d69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"generate-key": "node scripts/generate_private_key.js",
"server": "npm run build && node --enable-source-maps build/src/storageServer.js"
"server": "npm run build && node --enable-source-maps build/src/server/storageServer.js"
},
"lint-staged": {
"**/*": [
Expand Down

0 comments on commit 0865d69

Please sign in to comment.