Skip to content

Commit 0f22d3f

Browse files
Merge pull request #14 from kevinbackhouse/simplify-script
logs and data directories are no longer needed
2 parents a725583 + 8720b6f commit 0f22d3f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.devcontainer/post-create.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ hatch build
1717
# Install this package from local directory.
1818
pip install -e .
1919

20-
# Create logs directory if it doesn't exist
21-
mkdir -p logs
22-
23-
# Create optional data directories
24-
mkdir -p data
25-
2620
# Create .env file if it doesn't exist
2721
if [ ! -f .env ]; then
2822
echo "📝 Creating .env template..."

0 commit comments

Comments
 (0)