From e73546fcd86be6dda42dab5c64b24633629fe5d1 Mon Sep 17 00:00:00 2001 From: rabi-siddique Date: Mon, 8 Jul 2024 13:37:41 +0500 Subject: [PATCH] chore: update dev script in package.json --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 8b2dce7d..98532397 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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",