chore: rename packages/desktop -> packages/app

This commit is contained in:
Adam
2025-12-22 19:38:50 -06:00
parent e40433957b
commit 4e46d511d3
74 changed files with 78 additions and 67 deletions
-15
View File
@@ -1,15 +0,0 @@
import { defineConfig } from "vite"
import desktopPlugin from "./vite"
export default defineConfig({
plugins: [desktopPlugin] as any,
server: {
host: "0.0.0.0",
allowedHosts: true,
port: 3000,
},
build: {
target: "esnext",
sourcemap: true,
},
})