mirror of
https://github.com/penpot/penpot.git
synced 2026-05-23 00:43:41 +00:00
🔧 Change the assets dir to fix deployment with Wrangler
This commit is contained in:
parent
dbe8304f0c
commit
3eabbffb0e
@ -1,7 +1,7 @@
|
|||||||
name = "color-to-tokens-plugin"
|
name = "color-to-tokens-plugin"
|
||||||
compatibility_date = "2025-01-01"
|
compatibility_date = "2025-01-01"
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/colors-to-tokens-plugin/browser" }
|
assets = { directory = "../../dist/apps/colors-to-tokens-plugin" }
|
||||||
|
|
||||||
[[routes]]
|
[[routes]]
|
||||||
pattern = "WORKER_URI"
|
pattern = "WORKER_URI"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
name = "contrast-plugin"
|
name = "contrast-plugin"
|
||||||
compatibility_date = "2025-01-01"
|
compatibility_date = "2025-01-01"
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/contrast-plugin/browser" }
|
assets = { directory = "../../dist/apps/contrast-plugin" }
|
||||||
|
|
||||||
[[routes]]
|
[[routes]]
|
||||||
pattern = "WORKER_URI"
|
pattern = "WORKER_URI"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
name = "table-plugin"
|
name = "table-plugin"
|
||||||
compatibility_date = "2025-01-01"
|
compatibility_date = "2025-01-01"
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/table-plugin/browser" }
|
assets = { directory = "../../dist/apps/table-plugin" }
|
||||||
|
|
||||||
[[routes]]
|
[[routes]]
|
||||||
pattern = "WORKER_URI"
|
pattern = "WORKER_URI"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user