Skip to content

Commit ad68ef7

Browse files
Merge pull request #945 from microsoft/psl-bug-40868
fix: Update setupEnv.sh file frontend to App
2 parents 56a9beb + d55955d commit ad68ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/setupEnv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ uv sync --frozen --extra dev
1212
cd ../../
1313

1414
echo "Setting up Frontend..."
15-
cd ./src/frontend
15+
cd ./src/App
1616
npm install
1717
pip install -r requirements.txt
1818
cd ../../

0 commit comments

Comments
 (0)