提交 4635676e 编写于 作者: 6 622eda98dfef6c4fdb84ccca

update

上级 ef1ad2b7
.sass-cache/
node_modules
\ No newline at end of file
此差异已折叠。
{
"name": "2048",
"version": "1.0.0",
"description": "A small clone of [1024](https://play.google.com/store/apps/details?id=com.veewo.a1024), based on [Saming's 2048](http://saming.fr/p/2048/) (also a clone).",
"main": "index.js",
"scripts": {
"dev": "live-server"
},
"repository": {
"type": "git",
"url": "https://gitcode.net/cloud-ide/2048.git"
},
"author": "Aresn",
"license": "MIT",
"dependencies": {
"live-server": "^1.2.2"
}
}
......@@ -2,9 +2,9 @@
autoOpen: false # 打开工作空间时是否自动开启所有应用的预览
apps:
- port: 5500 # 应用的端口
run: yarn start # 应用的启动命令
run: npm i && npm run dev # 应用的启动命
command: # 使用此命令启动服务,且不执行run
root: /ide/workspace/yang-game # 应用的启动目录
root: ./ # 应用的启动目录
name: 2048 # 应用名称
description: 我的第一个 App。 # 应用描述
autoOpen: false # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册