this repo has no description
0
fork

Configure Feed

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

fix wrangler.toml

alice bee72e53 400c16cc

+2 -7
+2 -7
wrangler.toml
··· 1 - name = "values" 1 + name = "values-exercise" 2 2 compatibility_date = "2025-04-03" 3 - 4 - [pages_build] 5 - # Command to build your project 6 - build_command = "bun run build" 7 - # The directory where your build command puts the built assets (Parcel default is dist) 8 - build_output_dir = "dist" 3 + pages_build_output_dir = "./dist"