@jhits/plugin-website 0.0.1 → 0.0.3

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": "@jhits/plugin-website",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Website management and configuration plugin for the JHITS ecosystem",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -42,4 +42,4 @@
42
42
  "src",
43
43
  "package.json"
44
44
  ]
45
- }
45
+ }
@@ -1,3 +1,5 @@
1
+ import 'server-only';
2
+
1
3
  /**
2
4
  * Plugin Website - Server-Only Entry Point
3
5
  * This file exports only server-side API handlers