1 Star 0 Fork 0

ouuan/luogu-motaki-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
esbuild.js 157 Bytes
一键复制 编辑 原始数据 按行查看 历史
ouuan 提交于 2021-12-31 16:11 +08:00 . Initial commit
require('esbuild').build({
entryPoints: ['src/index.ts'],
bundle: true,
platform: 'node',
outfile: 'dist/index.js',
}).catch(() => process.exit(1));
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ouuan/luogu-motaki-client.git
git@gitee.com:ouuan/luogu-motaki-client.git
ouuan
luogu-motaki-client
luogu-motaki-client
master

搜索帮助