diff --git a/.env b/.env
index 8f89e83..ae1c04f 100644
--- a/.env
+++ b/.env
@@ -2,3 +2,14 @@ VITE_BASE_URL=http://localhost:3000
VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2
SMTP_USER=rentalservicekg@yandex.ru
SMTP_APP_PASSWORD=uljislsoihthciju
+
+
+# This was inserted by `prisma init`:
+# Environment variables declared in this file are NOT automatically loaded by Prisma.
+# Please add `import "dotenv/config";` to your `prisma.config.ts` file, or use the Prisma CLI with Bun
+# to load environment variables from .env files: https://pris.ly/prisma-config-env-vars.
+
+# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
+# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
+
+DATABASE_URL="file:./database.db"
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 4a7f73a..63e49d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@ logs
.env
.env.*
!.env.example
+
+/generated/prisma
diff --git a/database.db b/database.db
new file mode 100644
index 0000000..fae64e9
Binary files /dev/null and b/database.db differ
diff --git a/layouts/default.vue b/layouts/default.vue
index f0a96d9..964c2fd 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -20,7 +20,7 @@
[]>(arg: [...P], options?: { isolationLevel?: Prisma.TransactionIsolationLevel }): runtime.Types.Utils.JsPromise = runtime.Types.Result.GetResult