#646 - Update Astro port

This commit is contained in:
Elio Struyf
2023-09-04 16:56:45 +02:00
parent f93b6bae3e
commit c6cfc02e5d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@
### 🐞 Fixes
- [#646](https://github.com/estruyf/vscode-front-matter/issues/646): Update the Astro `3000` port to `4321`
## [9.1.0] - 2023-08-31
### ✨ New features
+1 -1
View File
@@ -5,7 +5,7 @@ export const FrameworkDetectors = [
dist: 'dist',
static: ['public', 'src/assets'],
build: 'npm run build',
server: 'http://localhost:3000'
server: 'http://localhost:4321'
},
requiredFiles: ['astro.config.mjs'],
requiredDependencies: ['astro'],