Skip to content

Commit 3f45987

Browse files
chore: add node_modules to gitignore and install concurrently as a dev dependency
1 parent 3731ff9 commit 3f45987

3 files changed

Lines changed: 335 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ dist-ssr
3333
*.njsproj
3434
*.sln
3535
*.sw?
36+
node_modules

package-lock.json

Lines changed: 330 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"bugs": {
2020
"url": "https://github.com/beginwebdev2002/fullstack-mavluda/issues"
2121
},
22-
"homepage": "https://github.com/beginwebdev2002/fullstack-mavluda#readme"
22+
"homepage": "https://github.com/beginwebdev2002/fullstack-mavluda#readme",
23+
"devDependencies": {
24+
"concurrently": "^9.2.1"
25+
}
2326
}

0 commit comments

Comments
 (0)