Skip to content

Commit

Permalink
chore: update dev script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jul 8, 2024
1 parent 611e29d commit e73546f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "./set.hostname.sh && vite",
"dev": "vite",
"build": "tsc && NODE_OPTIONS=--max-old-space-size=4096 vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "yarn lint --fix",
Expand Down

0 comments on commit e73546f

Please sign in to comment.