Improved time handling

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-10-08 16:52:34 +01:00
parent 426ae17597
commit c180404e15
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
6 changed files with 77 additions and 90 deletions

View file

@ -5,12 +5,13 @@
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"start": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/deno": "1.1.0",
"@astrojs/vue": "1.1.0",
"astro": "^1.4.2",
"vue": "^3.2.30"