From cbae7d5e3f6e95feb6feb9384b9795b4d213e9c0 Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Tue, 24 Sep 2024 14:50:51 +0200 Subject: [PATCH] fix(demo-build): run demo build (#6033) --- docs/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/main.ts b/docs/main.ts index 11f9f131..e2b5bd9a 100644 --- a/docs/main.ts +++ b/docs/main.ts @@ -15,4 +15,3 @@ if (environment.production) { } platformBrowserDynamic().bootstrapModule(AppModule); -