From 34f61b4f9dc2b9fce7b7f9cf1d16977a4fd35355 Mon Sep 17 00:00:00 2001 From: Caspar Neumann Date: Fri, 3 Nov 2023 15:18:27 +0100 Subject: [PATCH] quick fix nest-cli.json --- nest-cli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest-cli.json b/nest-cli.json index 093c40ccf84..73dea03c093 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -15,7 +15,7 @@ } } ], - "assets": ["static-assets/**/*"] + "assets": ["static-assets/*"] }, "projects": { "server": {