Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
C-D-Lewis committed Nov 12, 2024
1 parent 2e977cb commit 2865826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"clean": "rm -rf ./dist",
"build:dev": "npm run clean && vite",
"build": "npm run clean && vite build",
"start": "vite --port 54449 --host"
"start": "npm run build:dev"
},
"devDependencies": {
"@chris-lewis/eslint-config": "^1.0.3",
Expand Down

0 comments on commit 2865826

Please sign in to comment.