mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
[AI] Move desktop-client to subpath imports
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user