mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Feature/shared refactor (#1176)
* refactor: move most of the shared entities to @start8labs/shared library
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
"stream": ["./node_modules/stream-browserify"],
|
||||
"crypto": ["./node_modules/crypto-browserify"],
|
||||
"vm": ["./node_modules/vm-browserify"],
|
||||
/* This path is relative to each app base folder */
|
||||
"@shared": ["../shared/src/public-api"]
|
||||
/* These paths are relative to each app base folder */
|
||||
"@start9labs/shared": ["../shared/src/public-api"]
|
||||
},
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"types": ["node"]
|
||||
|
||||
Reference in New Issue
Block a user