Skip to content

Commit a074487

Browse files
fix: Updated the folder name for API
1 parent 0f8dc8b commit a074487

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/setupEnv.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
set -e # Exit on error
44

55
echo "Setting up ContentProcessor..."
6-
cd src/ContentProcessor
6+
cd ./src/ContentProcessor
77
uv sync --frozen
88
cd ../../
99

1010
pwd
1111

1212
echo "Setting up ContentProcessorApi..."
13-
cd src/ContentProcessorApi
13+
cd ./src/ContentProcessorAPI
1414
uv sync --frozen
1515
cd ../../
1616
pwd
1717

1818
echo "Installing dependencies for ContentProcessorWeb..."
19-
cd src/ContentProcessorWeb
19+
cd ./src/ContentProcessorWeb
2020
yarn install
2121

2222
echo "Setup complete! 🎉"

0 commit comments

Comments
 (0)