From 5142b3d243ca145e6600e4506d221481086b163b Mon Sep 17 00:00:00 2001 From: ISA Date: Thu, 6 Jun 2024 09:59:40 +0200 Subject: [PATCH] =?UTF-8?q?edit:=20npm=20run=20dev=20instead=20of=20npm=20?= =?UTF-8?q?start,=20damit=20die=20=C3=84nderungen=20sofort=20sichtbar=20si?= =?UTF-8?q?nd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Start-Dev.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start-Dev.ps1 b/Start-Dev.ps1 index 5e17fcf15..ca2d11e62 100644 --- a/Start-Dev.ps1 +++ b/Start-Dev.ps1 @@ -2,4 +2,4 @@ cd 'C:\inetpub\wwwroot\talas5\nodeMap' # F�hre den npm Befehl aus -npm start +npm run dev