Skip to content

Commit 082e5d0

Browse files
Merge pull request AOSSIE-Org#285 from rahulharpal1603/feat/workflow-for-executables
Added fix for failing dev command.
2 parents 542c01e + 4a5cad9 commit 082e5d0

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lerna-debug.log*
1010
backend/app/models/image-generation/*
1111

1212
node_modules
13-
dist
13+
1414
dist-ssr
1515
*.local
1616

backend/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ __pycache__/
99
.Python
1010
build/
1111
develop-eggs/
12-
dist/
12+
1313
downloads/
1414
eggs/
1515
.eggs/

backend/dist/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Do not delete this file.
2+
3+
This file is essential for the development environment to start.

0 commit comments

Comments
 (0)