Fix start command

This commit is contained in:
Korbs 2024-12-05 22:53:40 -05:00
parent feb1259845
commit fde07e76ce

View file

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "2024.12.5", "version": "2024.12.5",
"scripts": { "scripts": {
"dev": "astro dev" "start": "astro dev"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^3.1.9", "@astrojs/mdx": "^3.1.9",