chore: configure docs site deployment

This commit is contained in:
Andrey Avtomonov 2026-05-11 17:57:55 +02:00
parent a46563bb01
commit 2acaf04f49
4 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -63,3 +63,4 @@ yarn-error.log*
*.swp
*.swo
*~
.vercel

1
docs-site/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.vercel

View file

@ -17,6 +17,7 @@
"react-dom": "19.2.6"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5.9",

3
pnpm-lock.yaml generated
View file

@ -46,6 +46,9 @@ importers:
'@tailwindcss/postcss':
specifier: ^4
version: 4.3.0
'@types/node':
specifier: ^24.3.0
version: 24.12.2
'@types/react':
specifier: ^19
version: 19.2.14