@bagelink/workspace 1.8.86 → 1.8.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.ts +0 -11
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -28,14 +28,3 @@ export function defineWorkspace(
|
|
|
28
28
|
return configs[mode] || configs.development
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* @deprecated Import build-time utilities from '@bagelink/workspace/vite' instead
|
|
34
|
-
* This function is no longer exported to keep the main package browser-safe
|
|
35
|
-
*/
|
|
36
|
-
// export function createWorkspace() { ... }
|
|
37
|
-
|
|
38
|
-
// Note: The following are available via separate subpath imports:
|
|
39
|
-
// - Vite plugin and utilities: '@bagelink/workspace/vite'
|
|
40
|
-
// - CLI commands: 'bgl' command
|
|
41
|
-
// This keeps the main '@bagelink/workspace' import browser-safe
|