🤖 ci(build): page building

This commit is contained in:
Eshan Roy
2024-11-06 19:16:30 +05:30
parent 6cbbe38966
commit d4d87760dc
3 changed files with 1 additions and 36 deletions

22
.gitignore vendored
View File

@@ -1,21 +1 @@
# build output .mdx
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store

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"
}
]
}