Deleted unnecessary settings

This commit is contained in:
Patrick Alvin Alcala 2025-11-25 17:10:46 +08:00
parent a49c4a2304
commit 376db004f8
4 changed files with 0 additions and 26 deletions

View file

@ -1,8 +0,0 @@
{
"hash": "5150e8c9",
"configHash": "5122d30b",
"lockfileHash": "21c3b17e",
"browserHash": "c8ad0cff",
"optimized": {},
"chunks": {}
}

View file

@ -1,3 +0,0 @@
{
"type": "module"
}

View file

@ -1,4 +0,0 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}

11
.vscode/launch.json vendored
View file

@ -1,11 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}