add assets and frontend to backend package

This commit is contained in:
Vinzenz Schroeter 2025-09-29 18:34:14 +02:00
parent e4d2ad4a14
commit a5a3f2cc81
8 changed files with 56 additions and 21 deletions

View file

@ -1,6 +1,7 @@
global using System;
global using System.Collections.Concurrent;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Threading;
global using System.Threading.Tasks;