forked from Eeveid/lightOps
实现 LightOps 运维面板基础功能
This commit is contained in:
7
web/src/main.ts
Normal file
7
web/src/main.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import App from './App.svelte';
|
||||
import './styles.css';
|
||||
|
||||
new App({
|
||||
target: document.getElementById('app')!
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user