bhooai-nexus 2.0.7 → 2.0.8
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bhooai-nexus",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "BhooAI Nexus - a Node-based full-stack framework (websockets, GraphQL federation, inbuilt security, custom ODM, OAuth, payments, WebRTC, AI, plugins). v2: multi-app, Laravel-style folders, Docker-based scaling.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "BhooAI",
|
|
@@ -9,7 +9,7 @@ import cssnano from 'cssnano';
|
|
|
9
9
|
import postcssLightningcss from 'postcss-lightningcss';
|
|
10
10
|
|
|
11
11
|
export function createPreset(options = {}) {
|
|
12
|
-
const DEFAULT_CONTENT = ['./index.html', './src/**/*.{ts,tsx}'];
|
|
12
|
+
const DEFAULT_CONTENT = ['./index.html', './src/**/*.{ts,tsx}', '../../node_modules/@bhooai/nexus-admin/src/**/*.{ts,tsx,js}'];
|
|
13
13
|
const PRESET_ENV_STAGES = ['stage2', 'stage3', 'stage4'];
|
|
14
14
|
const env = process.env.NODE_ENV ?? 'development';
|
|
15
15
|
const shouldMinify = options.minify ?? env === 'production';
|