chore: starter
This commit is contained in:
5
apps/web/src/main.ts
Normal file
5
apps/web/src/main.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { bridge } from '@cslab-dcs/bridge'
|
||||
import { createDCSApp } from '@cslab-dcs/core'
|
||||
|
||||
const app = createDCSApp(bridge)
|
||||
app.mount('#app')
|
||||
Reference in New Issue
Block a user