Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/major

This commit is contained in:
Matt Hill
2024-11-25 19:02:07 -07:00
712 changed files with 83068 additions and 9240 deletions

View File

@@ -22,8 +22,10 @@
"allowSyntheticDefaultImports": true,
"paths": {
/* These paths are relative to each app base folder */
/* @TODO Alex the marketplace path is different on 0351. verify */
"@start9labs/marketplace": ["../marketplace/index"],
"@start9labs/shared": ["../shared/src/public-api"]
"@start9labs/shared": ["../shared/src/public-api"],
"path": ["../../node_modules/path-browserify"]
},
"typeRoots": ["node_modules/@types"],
"types": ["node"]