forked from sagnik/Project_Velocity
fix: Applied fix for name, the oracle team sharing, sentinel client list visibility
This commit is contained in:
15
scripts/start_velocity_frontend_local.ps1
Normal file
15
scripts/start_velocity_frontend_local.ps1
Normal file
@@ -0,0 +1,15 @@
|
||||
param(
|
||||
[string]$RepoRoot = "F:\Workin In Progress\DESINEURON\GITLAB\Project_Velocity"
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$env:VITE_BACKEND_PROXY_TARGET = "http://127.0.0.1:8001"
|
||||
|
||||
Push-Location (Join-Path $RepoRoot "app")
|
||||
try {
|
||||
npm run dev -- --host 127.0.0.1 --port 5173
|
||||
}
|
||||
finally {
|
||||
Pop-Location
|
||||
}
|
||||
Reference in New Issue
Block a user