feat: Add @ alias to ./src

This commit is contained in:
frostime 2023-06-06 15:44:42 +08:00
parent 14479d3d14
commit 6b903d5a14
4 changed files with 17 additions and 6 deletions

View file

@ -10,10 +10,10 @@ import {
getBackend,
IModel
} from "siyuan";
import "./index.scss";
import "@/index.scss";
import HelloExample from "./hello.svelte";
import SettingPannel from "./libs/setting-panel.svelte";
import HelloExample from "@/hello.svelte";
import SettingPannel from "@/libs/setting-panel.svelte";
const STORAGE_NAME = "menu-config";
const TAB_TYPE = "custom_tab";