Initial certificate system
This commit is contained in:
6
start-local.ps1
Normal file
6
start-local.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
$Python = "C:\Users\nelso\.cache\codex-runtimes\codex-primary-runtime\dependencies\python\python.exe"
|
||||
if (-not (Test-Path $Python)) {
|
||||
$Python = "python"
|
||||
}
|
||||
& $Python ".\local_app\server.py"
|
||||
Reference in New Issue
Block a user