@equinor/fusion-framework-cli 14.1.1 → 14.2.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8c5d77a: Add `portal serve` command for serving built portal templates in a production-like preview environment.
8
+
9
+ The new command starts a dev server that serves pre-built portal files, automatically detecting the build output directory from Vite configuration.
10
+
11
+ ```sh
12
+ ffc portal serve
13
+ ffc portal serve --port 5000 --host 0.0.0.0
14
+ ffc portal serve --dir ./dist
15
+ ```
16
+
17
+ Options include `--port`, `--host`, `--dir`, `--manifest`, `--config`, and `--debug`.
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [b733f91]
22
+ - @equinor/fusion-framework-dev-portal@5.1.2
23
+
3
24
  ## 14.1.1
4
25
 
5
26
  ### Patch Changes