🔧 Add deploy plugin packages workflow placeholder and wrangle config files

This commit is contained in:
David Barragán Merino
2026-01-23 20:13:04 +01:00
parent 5016b2a7bf
commit 058c20c2e2
9 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
name = "color-to-tokens-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/color-to-tokens-plugin/browser" }

View File

@@ -0,0 +1,4 @@
name = "contrast-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/contrast-plugin/browser" }

View File

@@ -0,0 +1,4 @@
name = "create-palette-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/create-palette-plugin" }

View File

@@ -0,0 +1,4 @@
name = "icons-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/icons-plugin/browser" }

View File

@@ -0,0 +1,4 @@
name = "lorem-ipsum-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/lorem-ipsum-plugin/browser" }

View File

@@ -0,0 +1,5 @@
name = "rename-layers-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/rename-layers-plugin/browser" }

View File

@@ -0,0 +1,5 @@
name = "table-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/table-plugin/browser" }