mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-17 08:20:37 +00:00
Each web demo builds with its base path under /ai-coding-workflow-labs/, a single deploy workflow assembles them with a root index, and the per-directory workflows from the standalone repos are removed.
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
import { defineConfig } from "vite";
|
|
|
|
export default defineConfig({
|
|
base: "/ai-coding-workflow-labs/claudekit/",
|
|
});
|