platformplatform / PlatformPlatform

🚀 Pre-alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
226 stars 24 forks source link

Suppress TypeScript errors in generated client router #462

Closed tjementum closed 3 months ago

tjementum commented 3 months ago

Summary & Motivation

Mark unused methods in the generated client router with // @ts-ignore to prevent build errors when creating new self-contained systems like BackOffice.

Add generated files like images and .map files in the WebApp/dist folder to .gitignore to avoid including them in the repository during production builds.

Checklist