Skip to content

Commit

Permalink
added vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Sopze92 committed May 11, 2024
1 parent 6e18d37 commit f821301
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,12 @@
},
"forwardPorts": [3000, 3001], // Add 5432 to forward PostgreSQL locally.
"onCreateCommand": "(cp .env.default .env || echo \".env creation failed\"); (pipenv install || echo \"pipenv install failed\"); (bash database.sh || echo \"database.sh failed\");",
"postCreateCommand": "npm install && pipenv install"
"postCreateCommand": "npm install && pipenv install",
"customizations": {
"vscode": {
"extensions": [
"bradlc.vscode-tailwindcss"
]
}
}
}

0 comments on commit f821301

Please sign in to comment.