Ed
12/08/2021, 11:15 AMandheller
12/08/2021, 7:28 PMWalshy | Pages
12/08/2021, 7:28 PMandheller
12/08/2021, 7:31 PMandheller
12/08/2021, 7:44 PMErwin
12/08/2021, 8:23 PMCоlе
12/08/2021, 8:52 PMfunctions/index.ts
and functions/*/index.ts
. starting to wonder if I'm going insaneCоlе
12/08/2021, 8:53 PMfunctions/*/*/index.ts
also isn't working, and parameterized files aren't loading either (unless I move/renamed them to one of the aforementioned paths)Cоlе
12/08/2021, 8:56 PMfunctions/_middleware.ts
and functions/*/_middleware.ts
work as well. functions/*/*/_middleware.ts
works when published, but not through wrangler dev 😭Cоlе
12/08/2021, 9:34 PMCоlе
12/08/2021, 9:49 PMAdam Reed
12/08/2021, 10:08 PMAdam Reed
12/08/2021, 10:08 PMAdam Reed
12/08/2021, 10:08 PMErwin
12/08/2021, 10:11 PMErwin
12/08/2021, 10:13 PMnpx wrangler@beta pages dev
works well for pretty much anything except Durable Objects.. We are still working out how to best support the different Durable Object scenarios.. I hope we'll have something more concrete in a week or two..Adam Reed
12/08/2021, 10:13 PMAdam Reed
12/08/2021, 10:13 PMAdam Reed
12/08/2021, 10:14 PMErwin
12/08/2021, 10:36 PMnpx
will just execute the packageErwin
12/08/2021, 10:37 PMAdam Reed
12/08/2021, 10:37 PMErwin
12/08/2021, 10:38 PMAdam Reed
12/08/2021, 10:39 PMAdam Reed
12/08/2021, 10:39 PMSubh
12/09/2021, 11:07 AMnpx wrangler pages dev
?chrisjmccreadie
12/09/2021, 11:09 AMgeelen
12/09/2021, 11:14 AMnpx wrangler@beta pages dev
geelen
12/09/2021, 11:14 AM@beta
if you've already done npm install --save-dev wrangler@beta
Subh
12/09/2021, 11:15 AMnpx wrangler pages dev functions
Serving functions...
Sleeping 5 seconds to allow proxy process to start before attempting to automatically determine port...
To skip, specify the proxy port with --proxy.
[proxy]: INFO: Accepting connections at http://localhost:3000
Automatically determined the proxy port to be 3000.
Compiling worker to "/var/folders/bs/bl0zkc1x4pxd1l3zmfst7b5m0000gn/T/functionsWorker.js"
Finished in 61ms.
[HPM] Proxy created: / -> http://127.0.0.1:59394
[HPM] Proxy created: / -> http://127.0.0.1:3000
Serving at http://127.0.0.1:8788/