Skip to content

Commit

Permalink
various things
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner committed Oct 6, 2024
1 parent 69ff3ec commit 4bb3b6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "streetlens",
"scripts": {
"dev:frontend": "npm --prefix frontend run dev",
"dev:backend": "npm --prefix backend run start:dev",
"dev:frontend": "npm -w frontend run dev",
"dev:backend": "npm -w backend run start:dev",
"dev": "concurrently npm:dev:frontend npm:dev:backend"
},
"workspaces": [
Expand All @@ -12,4 +12,4 @@
"devDependencies": {
"concurrently": "^9.0.1"
}
}
}

0 comments on commit 4bb3b6a

Please sign in to comment.