Skip to content

Commit

Permalink
dev: Workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lscambo13 committed Feb 11, 2024
1 parent d6022d7 commit 4129ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions home-page.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
}
],
"settings": {
"window.autoDetectColorScheme": true,
"workbench.preferredDarkColorTheme": "Default Dark Modern",
"workbench.colorTheme": "Default Dark Modern"
"window.autoDetectColorScheme": true
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"push": "git push; sshgo \" sudo ./deploy.sh casamia \" ",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -recurse -force ./dist; parcel build ./index.html; copy -recurse -force ./assets ./dist/",
"dev": "npx parcel ./index.html"
"dev": "npx parcel index.html"
},
"author": "lscambo13",
"license": "ISC",
Expand All @@ -29,4 +29,4 @@
"parcel": "^2.11.0",
"prettier": "^2.5.1"
}
}
}

0 comments on commit 4129ba7

Please sign in to comment.