This commit is contained in:
Korbs 2024-12-10 16:55:35 -05:00
parent 4515614680
commit e9621a7b0e

View file

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