From a87d44d1ba8e0ffc159bec453f7bdf7533e9049c Mon Sep 17 00:00:00 2001 From: nikpachoo Date: Tue, 23 Apr 2024 12:09:55 +0200 Subject: [PATCH] fix: add local dev mode --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3c1d89c..e74903d 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "copy-examples": "node utils/copy-examples", "release:ci": "rm -rf dist && npm run build:all && $NPM_TOKEN=%env.NPM_TOKEN% npm publish", "start": "webpack-dev-server --port 9002", + "start-with-local-compiler": "webpack-dev-server --port 9002 --env webDemoUrl='//localhost:8080'", "lint": "eslint . --ext .ts", "fix": "eslint --fix --ext .ts .", "test": "npm run build:all && npm run test:run",