UNPKG
@k11r/nx-cloudflare-wrangler
Version:
latest (3.3.5)
3.5.0
3.3.5
3.3.1
3.2.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-feat-sst-upgrade.1
2.13.0
2.12.0
2.11.5
2.11.4
2.11.0
2.11.0-0
2.9.1
2.9.0
2.8.0
2.7.1
2.7.0
2.6.1
2.6.0
2.5.0
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.7.0
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
Nx Plugin for Cloudflare Wrangler
github.com/klaascuvelier/extensions
klaascuvelier/extensions
@k11r/nx-cloudflare-wrangler
/
src
/
executors
/
pages
/
serve
/
schema.json
14 lines
(13 loc)
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"
$schema
"
:
"http://json-schema.org/schema"
,
"cli"
:
"nx"
,
"title"
:
"Pages serve executor"
,
"type"
:
"object"
,
"properties"
: {
"dist"
: {
"type"
:
"string"
,
"description"
:
"Location of the build output to serve"
} },
"required"
: [] }