From e582dddb5937af7f88ecb34eedf955b1ef9ff3b8 Mon Sep 17 00:00:00 2001 From: Milad Raeisi <6504337+miladsoft@users.noreply.github.com> Date: Sat, 2 Sep 2023 18:56:04 +0400 Subject: [PATCH] Update angular.json --- angular.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/angular.json b/angular.json index b4e80bd..01b3c64 100644 --- a/angular.json +++ b/angular.json @@ -35,16 +35,16 @@ "quill" ], "assets": [ - "src/favicon-16x16.png", - "src/favicon-32x32.png", - "src/404.html", - "src/assets", - { - "glob": "_redirects", - "input": "src", - "output": "/" - }, - "src/manifest.webmanifest" + "src/favicon-16x16.png", + "src/favicon-32x32.png", + "src/404.html", + "src/assets", + { + "glob": "_redirects", + "input": "src", + "output": "/" + }, + "src/manifest.webmanifest" ], "stylePreprocessorOptions": { "includePaths": [ @@ -118,10 +118,10 @@ "tsConfig": "tsconfig.spec.json", "inlineStyleLanguage": "scss", "assets": [ - "src/favicon-16x16.png", - "src/favicon-32x32.png", - "src/assets", - "src/manifest.webmanifest" + "src/favicon-16x16.png", + "src/favicon-32x32.png", + "src/assets", + "src/manifest.webmanifest" ], "styles": [ "src/styles/styles.scss" @@ -133,6 +133,6 @@ } }, "cli": { - "analytics": "c5d6d231-1347-41f2-807c-c288c1db6574" + "analytics": "c5d6d231-1347-41f2-807c-c288c1db6574" } }