初始化仓库
初始化仓库
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { defineConfig } from "vite";
|
||||
import { haloThemePlugin } from "@halo-dev/vite-plugin-halo-theme";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [haloThemePlugin()],
|
||||
});
|
||||
Reference in New Issue
Block a user