Update Lume to v1.19.1
This commit is contained in:
parent
9898383823
commit
e09794dd7a
2 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
"jsxImportSource": "react"
|
||||
},
|
||||
"tasks": {
|
||||
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:8080' --allow-sys=networkInterfaces --allow-env='LUME_ENV' -",
|
||||
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:8080' --allow-sys=networkInterfaces --allow-env='LUME_ENV,LUME_LIVE_RELOAD' -",
|
||||
"build": "deno task lume",
|
||||
"serve": "deno task lume -s",
|
||||
"deploy": "rsync -avh --progress --delete ./_site/ podman:/srv/www/fosterhangdaan.com/"
|
||||
},
|
||||
"imports": {
|
||||
"react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime",
|
||||
"lume/": "https://deno.land/x/lume@v1.18.5/"
|
||||
"lume/": "https://deno.land/x/lume@v1.19.1/"
|
||||
}
|
||||
}
|
||||
|
|
BIN
deno.lock
BIN
deno.lock
Binary file not shown.
Loading…
Reference in a new issue