database setup + other stuff not rlly important

This commit is contained in:
2026-06-26 14:50:39 -05:00
parent 96843acfe0
commit dab6b12c89
15 changed files with 291 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "aperture",
"productName": "Aperture",
"version": "0.1.0",
"identifier": "org.maariz.aperture",
"build": {
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "aperture",
"title": "Aperture",
"width": 800,
"height": 600
}