mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
refactor: devcontainer.json (#14169)
* chore: cleanup devcontainer.json * chore: 配置devcontainer环境 * build: 更新conda配置 * chore: 更新pnpm包的安装允许列表 --------- Co-authored-by: Lucien Shaw <myxlc55@outlook.com>
This commit is contained in:
@@ -12,6 +12,7 @@ export default defineUserConfig({
|
||||
lang: 'zh-CN',
|
||||
title: 'MaaAssistantArknights',
|
||||
description: 'MAA',
|
||||
host: '0.0.0.0',
|
||||
port: 3001,
|
||||
|
||||
locales: {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
packages:
|
||||
- .
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- "@parcel/watcher"
|
||||
- esbuild
|
||||
- vue-demi
|
||||
|
||||
Reference in New Issue
Block a user