fluxion-ts 0.3.3 → 0.3.4
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/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,6 +79,8 @@ In this repository, `pnpm dev` runs `src/index.ts` directly and starts Fluxion u
|
|
|
79
79
|
Default development options:
|
|
80
80
|
|
|
81
81
|
```ts
|
|
82
|
+
// if process.env.FLUXION_COLORS === '0', colors will be disabled in logs
|
|
83
|
+
|
|
82
84
|
fluxion({
|
|
83
85
|
dir: process.env.DYNAMIC_DIRECTORY ?? 'dynamicDirectory',
|
|
84
86
|
host: process.env.HOST ?? 'localhost',
|