refactor: remove setup feature from build exports and config

Removes the `./setup` export entry from `package.json` and the
corresponding `src/features/setup/index.js` entry point from
`tsup.config.js`, eliminating the standalone setup feature module
from the public API and build output.
This commit is contained in:
2026-04-12 14:40:34 -04:00
parent 390133808b
commit 1b53ba8d58
3 changed files with 0 additions and 10 deletions
-6
View File
@@ -1,6 +0,0 @@
/**
* Zen Setup Module
* Utilities for setting up Zen in a Next.js project
*/
export { setupZen } from './cli.js';