chore: split app to commons and web (squash commit)
This commit is contained in:
3
packages/hoppscotch-web/src/main.ts
Normal file
3
packages/hoppscotch-web/src/main.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createHoppApp } from "@hoppscotch/common"
|
||||
|
||||
createHoppApp("#app")
|
||||
7
packages/hoppscotch-web/src/vite-env.d.ts
vendored
Normal file
7
packages/hoppscotch-web/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
Reference in New Issue
Block a user