2 Star 10 Fork 4

袁长刚/redash中文版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
netlify.toml 886 Bytes
一键复制 编辑 原始数据 按行查看 历史
袁长刚 提交于 2021-12-22 15:07 . v1.0.0
[build]
base = "client"
publish = "client/dist"
command = "npm ci && npm run build"
[build.environment]
NODE_VERSION = "12.18.4"
CYPRESS_INSTALL_BINARY = "0"
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "1"
[[redirects]]
from = "/api/*"
to = "http://preview-backend.redashapp.com/api/:splat"
status = 200
[[redirects]]
from = "/login"
to = "http://preview-login.redashapp.com/login"
status = 200
[[redirects]]
from = "/logout"
to = "http://preview-backend.redashapp.com/logout"
status = 200
[[redirects]]
from = "/status.json"
to = "http://preview-backend.redashapp.com/status.json"
status = 200
[[redirects]]
from = "/static/server*"
to = "http://preview-backend.redashapp.com/static/server:splat"
status = 200
[[redirects]]
from = "/static/*"
to = "/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ycfarmer/redash_cn.git
git@gitee.com:ycfarmer/redash_cn.git
ycfarmer
redash_cn
redash中文版
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385