feat: implement environments for selfhosted (#30)

This commit is contained in:
Akash K
2023-03-08 16:47:29 +05:30
committed by GitHub
parent 40208a13e0
commit 80898407c3
23 changed files with 960 additions and 69 deletions

View File

@@ -14,7 +14,9 @@
"noEmit": true,
"paths": {
"@hoppscotch/common": [ "../hoppscotch-common/src/index.ts" ],
"@hoppscotch/common/*": [ "../hoppscotch-common/src/*" ]
"@hoppscotch/common/*": [ "../hoppscotch-common/src/*" ],
"@platform/*": ["./src/platform/*"],
"@lib/*": ["./src/lib/*"],
}
},