Currently the wrangler types are checked in for each of the examples.
Instead let's generate them with wrangler types --env-file .dev.vars.example
Then remove and ignore the generated file from each of the example directories.
Lastly ensure that the types are generated as part of the post install hook and add a build:types npm script to each package.json.
Currently the wrangler types are checked in for each of the examples.
Instead let's generate them with
wrangler types --env-file .dev.vars.exampleThen remove and ignore the generated file from each of the example directories.
Lastly ensure that the types are generated as part of the post install hook and add a
build:typesnpm script to each package.json.