@uniweb/build 0.1.16 → 0.1.17

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": "@uniweb/build",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "Build tooling for the Uniweb Component Web Platform",
5
5
  "type": "module",
6
6
  "exports": {
@@ -238,8 +238,8 @@ export async function defineSiteConfig(options = {}) {
238
238
 
239
239
  server: {
240
240
  fs: {
241
- // Allow parent (for foundation sibling) and node_modules (for pnpm)
242
- allow: ['..', 'node_modules']
241
+ // Allow parent directory for foundation sibling access
242
+ allow: ['..']
243
243
  },
244
244
  port: siteConfig.build?.port || 3000,
245
245
  ...serverOverrides