This commit is contained in:
2026-09-17 22:48:24 +02:00
parent ee88466dce
commit eee1319eb3
12 changed files with 290 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "game-reflex-poc-tauri",
"private": true,
"version": "0.1.0-3-rc.1.fix.1",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Reflex POC Tauri",
"version": "0.1.0-3-rc.1.fix.1",
"version": "0.1.0",
"identifier": "com.sasedev.games.reflex.tauri",
"build": {
"beforeDevCommand": {