Skip to content

Commit

Permalink
fix: 🐛 update default toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
klaascuvelier committed Jun 8, 2022
1 parent 65e6b12 commit 3de928d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name = "worker-typescript-template"
name = "<%= name %>"
type = "javascript"
zone_id = ""
account_id = ""
route = ""
zone_id = "<%= zone_id %>"
account_id = "<%= account_id %>"
route = "<%= route_id %>"
workers_dev = true

[build]
command = "npm install && npm run build"
command = "nx run <%= name %>:build"
[build.upload]
format = "service-worker"
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ route = "<%= route_id %>"
workers_dev = true

[build]
command = "npm install && npm run build"
command = "nx run <%= name %>:build"
[build.upload]
format = "service-worker"

0 comments on commit 3de928d

Please sign in to comment.