From 3eabbffb0ef24e33f20ec2d9010ab02c768bfbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 12 Mar 2026 19:36:23 +0100 Subject: [PATCH] :wrench: Change the assets dir to fix deployment with Wrangler --- plugins/apps/colors-to-tokens-plugin/wrangler.toml | 2 +- plugins/apps/contrast-plugin/wrangler.toml | 2 +- plugins/apps/table-plugin/wrangler.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/apps/colors-to-tokens-plugin/wrangler.toml b/plugins/apps/colors-to-tokens-plugin/wrangler.toml index 7f48730a36..dca29b2067 100644 --- a/plugins/apps/colors-to-tokens-plugin/wrangler.toml +++ b/plugins/apps/colors-to-tokens-plugin/wrangler.toml @@ -1,7 +1,7 @@ name = "color-to-tokens-plugin" compatibility_date = "2025-01-01" -assets = { directory = "../../dist/apps/colors-to-tokens-plugin/browser" } +assets = { directory = "../../dist/apps/colors-to-tokens-plugin" } [[routes]] pattern = "WORKER_URI" diff --git a/plugins/apps/contrast-plugin/wrangler.toml b/plugins/apps/contrast-plugin/wrangler.toml index 86f456ec95..9c899e8d07 100644 --- a/plugins/apps/contrast-plugin/wrangler.toml +++ b/plugins/apps/contrast-plugin/wrangler.toml @@ -1,7 +1,7 @@ name = "contrast-plugin" compatibility_date = "2025-01-01" -assets = { directory = "../../dist/apps/contrast-plugin/browser" } +assets = { directory = "../../dist/apps/contrast-plugin" } [[routes]] pattern = "WORKER_URI" diff --git a/plugins/apps/table-plugin/wrangler.toml b/plugins/apps/table-plugin/wrangler.toml index 9c95160a01..4184abff9c 100644 --- a/plugins/apps/table-plugin/wrangler.toml +++ b/plugins/apps/table-plugin/wrangler.toml @@ -1,7 +1,7 @@ name = "table-plugin" compatibility_date = "2025-01-01" -assets = { directory = "../../dist/apps/table-plugin/browser" } +assets = { directory = "../../dist/apps/table-plugin" } [[routes]] pattern = "WORKER_URI"