8 Star 34 Fork 10

Gitee 极速下载 / Mapbox-GL-JS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/mapbox/mapbox-gl-js
克隆/下载
vitest.config.csp.js 611 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
/* eslint-disable flowtype/require-valid-file-annotation */
import {defineConfig, mergeConfig} from 'vite';
import baseConfig from './vitest.config.base.js';
export default mergeConfig(baseConfig, defineConfig({
test: {
browser: {
name: 'chromium',
provider: 'playwright',
enabled: true,
headless: true,
},
include: ['test/integration/csp-tests/**/*.test.js'],
testTimeout: 10_000,
},
publicDir: 'test/integration/csp-tests/',
server: {
headers: {
"Allow-CSP-From": "*",
},
},
}));
1
https://gitee.com/mirrors/Mapbox-GL-JS.git
git@gitee.com:mirrors/Mapbox-GL-JS.git
mirrors
Mapbox-GL-JS
Mapbox-GL-JS
main

搜索帮助