feat: initial hiveops-guide service — standalone guide content API and admin SPA

This commit is contained in:
2026-06-29 15:39:17 -04:00
commit 638760e0b3
45 changed files with 1958 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';
export default defineConfig({
plugins: [svelte()],
server: { port: 5188 },
preview: { port: 5188 },
});