Implement updated Bastion prototype and search workflow

This commit is contained in:
KrivovDE
2026-09-09 15:42:13 +03:00
parent 28f0852847
commit 4af653de9c
143 changed files with 14540 additions and 99 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "bastion-prototype",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite"
},
"devDependencies": {
"vite": "^7.1.5"
}
}