all work from f

This commit is contained in:
dev sp
2023-12-15 16:07:39 +00:00
parent e427961a44
commit fa618afc81
32 changed files with 719 additions and 471 deletions

View File

@@ -4,8 +4,8 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --host --port 2008",
"start": "astro dev --host --port 2008",
"dev": "astro dev --host --port 2014",
"start": "astro dev --host --port 2014",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
@@ -24,5 +24,8 @@
"vite-plugin-pwa": "^0.16.4",
"vue": "^3.2.45",
"workbox-window": "^7.0.0"
},
"devDependencies": {
"daisyui": "^4.4.19"
}
}