Refactor marketing configuration and sidebar display

- Removed the IS_MARKETING flag from app-config.ts to simplify configuration.
- Updated the Sidebar component to always display the "AutoMaker" branding, removing conditional rendering based on the marketing flag.
- Cleaned up package.json by removing the dev:marketing script and ensuring consistency in test commands.
- Cleaned up package-lock.json by removing references to the marketing app and its dependencies.
This commit is contained in:
Cody Seibert
2025-12-13 20:20:03 -05:00
parent d248e74492
commit cc4310b368
4 changed files with 2 additions and 777 deletions

View File

@@ -1,6 +0,0 @@
/**
* Marketing mode flag
* When set to true, displays "https://automaker.app" with "maker" in theme color
*/
export const IS_MARKETING = process.env.NEXT_PUBLIC_IS_MARKETING === "true";