This commit is contained in:
David Arranz 2025-04-17 23:28:43 +02:00
parent 7adfb9fc06
commit 59a5bc946b
8 changed files with 32 additions and 30 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@uecko-presupuestador/client",
"private": true,
"version": "1.1.4",
"version": "1.1.5",
"author": "Rodax Software <dev@rodax-software.com>",
"type": "module",
"scripts": {

View File

@ -35,7 +35,9 @@ function App() {
</TooltipProvider>
<Toaster />
<TailwindIndicator />
<ReactQueryDevtools initialIsOpen={false} />
{import.meta.env.MODE === "development" && (
<ReactQueryDevtools initialIsOpen={false} />
)}
</ThemeProvider>
</AuthProvider>
</DataSourceProvider>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
<title>Presupuestador Uecko</title>
<script type="module" crossorigin src="/assets/index-BF64vagP.js"></script>
<script type="module" crossorigin src="/assets/index-BlDPpDKA.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-ClyPbvzN.css">
</head>

View File

@ -1,6 +1,6 @@
{
"name": "uecko-presupuestador",
"version": "1.1.4",
"version": "1.1.5",
"author": "Rodax Software <dev@rodax-software.com>",
"license": "ISC",
"private": true,

View File

@ -1,7 +1,7 @@
{
"name": "@uecko-presupuestador/server",
"private": true,
"version": "1.1.4",
"version": "1.1.5",
"author": "Rodax Software <dev@rodax-software.com>",
"main": "./src/index.ts",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@uecko-presupuestador/shared",
"private": false,
"version": "1.1.4",
"version": "1.1.5",
"main": "./index.ts",
"author": "Rodax Software <dev@rodax-software.com>",
"license": "ISC",