this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3 from flarelabs-net/workers-assets

update instructions to use Workers with Assets

authored by

Pete Bacon Darwin and committed by
GitHub
5866969e 7d8ce35b

+4 -1
+4 -1
TODO.txt
··· 38 38 #:schema node_modules/wrangler/config-schema.json 39 39 name = "api" 40 40 main = ".worker-next/index.mjs" 41 - assets = ".worker-next/assets" 41 + 42 42 compatibility_date = "2024-08-29" 43 43 compatibility_flags = ["nodejs_compat_v2"] 44 44 workers_dev = true 45 45 minify = false 46 + 47 + # Use the new Workers + Assets to host the static frontend files 48 + experimental_assets = { directory = ".worker-next/assets", binding = "ASSETS" } 46 49 47 50 # The aliases below should not be needed (we don't want users to have to define the aliases themselves) 48 51 [alias]