refactor: rebrand to zerobyte (#45)

This commit is contained in:
Nico
2025-11-20 18:59:57 +01:00
committed by GitHub
parent 0e4c302620
commit cb0d23fd52
34 changed files with 141 additions and 138 deletions

View File

@@ -6,6 +6,6 @@ export default defineConfig({
schema: "./app/server/db/schema.ts",
dialect: "sqlite",
dbCredentials: {
url: "./data/ironmount.db",
url: "./data/zerobyte.db",
},
});