This commit is contained in:
Oscar
2026-06-24 17:43:45 +03:00
parent ed51218249
commit ffbfd772cb
28 changed files with 188 additions and 300 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "dating-app"
name = "justus-app"
version = "0.1.0"
description = "Dating — dating app frontend"
description = "JustUs — dating app frontend"
authors = []
edition = "2021"
[lib]
name = "dating_app_lib"
name = "justus_app_lib"
crate-type = [
"staticlib",
"cdylib",

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Dating",
"productName": "JustUs",
"version": "0.1.0",
"identifier": "com.dating.app",
"identifier": "com.justus.app",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:3000",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "dating",
"title": "JustUs",
"width": 1280,
"height": 860,
"minWidth": 375,