常规更新
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
node_dir="/c/Users/wyc/AppData/Roaming/JetBrains/WebStorm2026.1/node/versions/24.18.0"
|
||||
export PATH="$node_dir:$PATH"
|
||||
cd "$root/third_party/eacp_webapp"
|
||||
node --version
|
||||
npm --version
|
||||
npm run dev -- --host 0.0.0.0
|
||||
Reference in New Issue
Block a user