mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
d6590f86f4
Utilizing build & tag action to automate the deps and build steps for releasing the Action. Additionally using NCC for the build process to easy compile the deps into a small executable with the JS file.
4 lines
103 B
TOML
4 lines
103 B
TOML
name = "wrangler-action-test"
|
|
main = "./index.ts"
|
|
compatibility_date = "2023-07-07"
|
|
workers_dev = true
|