1 Star 1 Fork 0

Forgo7tenMirrors/mermaid-live-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sidharth Vinod 提交于 2022-12-14 10:18 . Fix vite.config.js typing
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vitest/config';
export default defineConfig({
plugins: [sveltekit()],
envPrefix: 'MERMAID_',
optimizeDeps: { include: ['mermaid'] },
server: {
port: 3000,
host: true
},
preview: {
port: 3000,
host: true
},
test: {
environment: 'jsdom',
// in-source testing
includeSource: ['src/**/*.{js,ts,svelte}'],
setupFiles: ['./src/tests/setup.ts'],
coverage: {
exclude: ['src/mocks', '.svelte-kit', 'src/**/*.test.ts'],
reporter: ['text', 'json', 'html', 'lcov']
}
}
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/forgo7ten-mirrors/mermaid-live-editor.git
git@gitee.com:forgo7ten-mirrors/mermaid-live-editor.git
forgo7ten-mirrors
mermaid-live-editor
mermaid-live-editor
develop

搜索帮助