feat: initial hiveops-guide service — standalone guide content API and admin SPA
This commit is contained in:
@@ -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 },
|
||||
});
|
||||
Reference in New Issue
Block a user