chore: introduce platform object for platform specific code

This commit is contained in:
Andrew Bastin
2022-12-21 19:21:52 -05:00
parent 3d7b057026
commit 1e5dd1cc53
4 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
import { createHoppApp } from "@hoppscotch/common"
createHoppApp("#app")
createHoppApp("#app", {})