dev
This commit is contained in:
7
start_domain_stack.ps1
Normal file
7
start_domain_stack.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
$root = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
|
||||
powershell -ExecutionPolicy Bypass -File (Join-Path $root 'start_domain_api.ps1')
|
||||
powershell -ExecutionPolicy Bypass -File (Join-Path $root 'start_domain_web_background.ps1')
|
||||
|
||||
Write-Output 'domainCheck Web/API 栈已启动'
|
||||
Reference in New Issue
Block a user