From b51eeeb5b08638ce71712f18e20be07eb14a6b56 Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Fri, 4 Feb 2022 15:33:45 +0100 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=9A=A1=20Importa=20assets=20da=20`/`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Come suggerito da Vite --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d30777e1e..76ace4247 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ "baseUrl": ".", "paths": { "@openstamanager/assets/*": [ - "resources/static/*" + "/" ], "@openstamanager/scss/*": [ "resources/scss/*"