We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a725583 commit 8720b6fCopy full SHA for 8720b6f
.devcontainer/post-create.sh
@@ -17,12 +17,6 @@ hatch build
17
# Install this package from local directory.
18
pip install -e .
19
20
-# Create logs directory if it doesn't exist
21
-mkdir -p logs
22
-
23
-# Create optional data directories
24
-mkdir -p data
25
26
# Create .env file if it doesn't exist
27
if [ ! -f .env ]; then
28
echo "📝 Creating .env template..."
0 commit comments