1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-05 03:27:57 +08:00

style: 格式化脚本

This commit is contained in:
chu fan
2023-09-07 11:16:20 +08:00
parent 8673a64409
commit eeed9d8cd7
8 changed files with 188 additions and 192 deletions

View File

@@ -6,5 +6,5 @@
* - ./scripts/dev
*/
const { execShell } = require("./.exec");
(async ()=>await execShell('vuepress dev docs'))()
const { execShell } = require('./.exec');
(async() => await execShell('vuepress dev docs'))()