mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 01:41:48 +02:00
#646 - Update Astro port
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user