Rework commands page

This commit is contained in:
Nicola Spadari
2025-02-09 12:22:48 +01:00
parent bc45ecc4fc
commit 19712a41d5
7 changed files with 89 additions and 41 deletions

View File

@@ -42,6 +42,18 @@ export default defineNuxtConfig({
dir: {
modules: "app/modules"
},
imports: {
presets: [
{
from: "zod",
imports: ["z", {
name: "infer",
as: "zInfer",
type: true
}]
}
]
},
vite: {
clearScreen: false,
envPrefix: ["VITE_", "TAURI_"],