mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +00:00
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:
@@ -22,7 +22,6 @@
|
||||
"start:server": "npm run start --workspace=apps/server",
|
||||
"lint": "npm run lint --workspace=apps/app",
|
||||
"test": "npm run test --workspace=apps/app",
|
||||
"test:headed": "npm run test:headed --workspace=apps/app",
|
||||
"dev:marketing": "npm run dev --workspace=apps/marketing"
|
||||
"test:headed": "npm run test:headed --workspace=apps/app"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user