Changing port

This commit is contained in:
MangoPig
2025-12-09 19:59:46 +00:00
parent 6333829715
commit 8a8b1d4b68
4 changed files with 25 additions and 67 deletions

View File

@@ -1,22 +1,22 @@
{
"name": "web-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/solid-js": "^5.1.3",
"astro": "^5.16.4",
"astro-expressive-code": "^0.41.3",
"serve": "^14.2.5",
"solid-js": "^1.9.10"
},
"devDependencies": {
"sass": "^1.94.2"
}
"name": "web-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/solid-js": "^5.1.3",
"astro": "^5.16.4",
"astro-expressive-code": "^0.41.3",
"serve": "^14.2.5",
"solid-js": "^1.9.10"
},
"devDependencies": {
"sass": "^1.94.2"
}
}