Skip to content

Commit e62d057

Browse files
Add ds_store to gitignore, modify package.json main, and scripts.start values to point to updated index.js path
1 parent ab5a599 commit e62d057

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# .env.*
2-
/node_modules
2+
/node_modules
3+
4+
.DS_Store

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.0",
44
"type": "module",
55
"description": "<div align=\"center\"> <h1>Map Dashboard Web Application</h1> <p> This repository houses the source code for the Map Dashboard data visualization web application project. It uses <a href=\"https://vuejs.org/\"><strong>Vue 3</strong></a> and <a href=\"https://vuetifyjs.com/en/\"><strong>Vuetify</strong></a>. </p> </div>",
6-
"main": "index.js",
6+
"main": "src/js/index.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
9-
"start": "node index.js"
9+
"start": "node src/js/index.js"
1010
},
1111
"keywords": [],
1212
"author": "",

0 commit comments

Comments
 (0)