diff options
author | crupest <crupest@outlook.com> | 2020-11-16 16:04:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-16 16:04:26 +0800 |
commit | e0785b385138057a23ffd1703a7265c371aef45d (patch) | |
tree | a5b2ec49e877713369fd93948f2cf4b493bf7bb4 /FrontEnd/.vscode/preview.yml | |
parent | a57fa846f70514662f807462eeea66bc504540f9 (diff) | |
download | timeline-e0785b385138057a23ffd1703a7265c371aef45d.tar.gz timeline-e0785b385138057a23ffd1703a7265c371aef45d.tar.bz2 timeline-e0785b385138057a23ffd1703a7265c371aef45d.zip |
fix: Fix 404 page double nav bug.
Diffstat (limited to 'FrontEnd/.vscode/preview.yml')
-rw-r--r-- | FrontEnd/.vscode/preview.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/FrontEnd/.vscode/preview.yml b/FrontEnd/.vscode/preview.yml deleted file mode 100644 index b2cf70af..00000000 --- a/FrontEnd/.vscode/preview.yml +++ /dev/null @@ -1,10 +0,0 @@ -
-# .vscode/preview.yml
-autoOpen: false # 打开工作空间时是否自动开启所有应用的预览
-apps:
- - port: 3000 # 应用的端口
- run: yarn start:mock # 应用的启动命令
- root: . # 应用的启动目录
- name: timeline # 应用名称
- description: Timeline App # 应用描述
- autoOpen: false # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen)
|