6 Commits

Author SHA1 Message Date
72b15b8c16 set end mosabegheh 2026-06-05 21:09:56 +03:30
8079166f22 feat(backend): include pre-built SPA dist files in publish output when SkipSpaBuild is true
Add a new MSBuild target to include existing SPA dist files in the publish output when the SkipSpaBuild flag is set to true, ensuring the pre-built frontend assets are available in the published application without rebuilding.
2026-06-03 21:04:32 +03:30
ee98cef379 build: optimize Docker build by skipping redundant SPA build
Set SkipSpaBuild environment variable in Dockerfile to prevent MSBuild from rebuilding the frontend during publish, as it is already built in a separate stage. Also disable NuGet audit warnings to reduce build noise.
2026-06-03 20:48:09 +03:30
motahhari
f790f38696 fix deploy config 2026-06-03 23:41:55 +03:30
ec5eceec80 fix: add ignoreDeprecations option to tsconfig.app.json
This change adds the `ignoreDeprecations: "6.0"` option to the TypeScript configuration to suppress deprecation warnings related to TypeScript 6.0 changes, ensuring a cleaner build process without breaking existing functionality.
2026-06-03 19:52:08 +03:30
01f87cc461 first commit 2026-06-03 18:31:41 +03:30