Skip to content

Commit

Permalink
Create postCreateCommand.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
inozemtsev-roman authored Feb 13, 2024
1 parent 86931a8 commit 540b5f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
echo '{
"appsRepoUrl": "https://github.com/mir-one/TON-AppStore.git/"
}' > state/settings.json
npm i -g pnpm
pnpm i
sudo apt-get update
sudo apt-get install jq fswatch -y
mkdir logs
mkdir data
sudo chown node logs
sudo chown node data

0 comments on commit 540b5f1

Please sign in to comment.