Logo
Explore Help
Register Sign In
xuanchi/XCSDD
1
0
Fork 0
You've already forked XCSDD
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
XCSDD/vite.config.ts

19 lines
340 B
TypeScript
Raw Permalink Normal View History

Initial commit: add project files and README
2026-03-18 14:09:06 +08:00
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import path from 'path'
export default defineConfig({
plugins: [react()],
feat: migrate to react-markdown for robust markdown rendering - Replace custom markdown parser with react-markdown + remark-gfm - Fix document link navigation (./ and ../ references) - Simplify doc viewing flow (direct markdown content instead of parsed structure) - Update electron main process to only use api folder for docs - Add blueprint loading from docs/blueprint.md dynamically - Fix sidebar file selection path matching - Update preload scripts for new API structure
2026-03-18 18:50:26 +08:00
base: './',
Initial commit: add project files and README
2026-03-18 14:09:06 +08:00
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
},
},
server: {
port: 3001,
strictPort: false,
},
feat: merge XCBluePrint 3D visualization into project
2026-03-18 14:22:07 +08:00
assetsInclude: ['**/*.md'],
Initial commit: add project files and README
2026-03-18 14:09:06 +08:00
})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 61ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API