fix: dupe style.css to Repl.css

for some reason they were missing after update
+ darken line backgrounds
+ change preview port to keep workbox out of dev server
This commit is contained in:
Felix Roos 2023-05-12 11:56:50 +02:00
parent d93e396ce5
commit d3240a75d0
6 changed files with 62 additions and 35 deletions

View file

@ -8,7 +8,7 @@
"start": "astro dev",
"check": "astro check && tsc",
"build": "astro build",
"preview": "astro preview",
"preview": "astro preview --port 3009",
"astro": "astro"
},
"dependencies": {