feat: add ops center and node onboarding flow

This commit is contained in:
Your Name
2026-04-18 23:52:51 +08:00
parent 246838ae4c
commit b9c29481b5
142 changed files with 89727 additions and 186 deletions

View File

@@ -4,6 +4,13 @@ import { fileURLToPath, URL } from "node:url";
export default defineConfig({
plugins: [vue()],
css: {
preprocessorOptions: {
scss: {
api: "modern-compiler"
}
}
},
resolve: {
alias: {
"@": fileURLToPath(new URL("./src", import.meta.url))