[AI] Move desktop-client to subpath imports

This commit is contained in:
Matiss Janis Aboltins
2026-03-12 21:47:55 +00:00
parent 6b996c11d8
commit b4c81974ab
472 changed files with 2250 additions and 2709 deletions

View File

@@ -5,6 +5,14 @@
"files": [
"build"
],
"imports": {
"#*": [
"./src/*.ts",
"./src/*.tsx",
"./src/*/index.ts",
"./src/*/index.tsx"
]
},
"scripts": {
"start": "cross-env PORT=3001 vite",
"start:browser": "cross-env ./bin/watch-browser",