Skip to content

Commit 2e4a01e

Browse files
Merge pull request #1 from AJB78/main
fix: fix tailwind scripts
2 parents 3c801bb + 3304d74 commit 2e4a01e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COMPOSE_PROJECT_NAME=superapp
1+
COMPOSE_PROJECT_NAME=my_superapp
22

33
SECRET_KEY=your_secret_key
44
DEBUG=true

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ collectstatic:
4343
python3 manage.py collectstatic --no-input
4444

4545
start-tailwind-watch:
46-
cd IdentityManager/tailwind; \
46+
cd superapp/apps/admin_portal/tailwind; \
4747
npm run tailwind:watch
4848

4949

superapp/static/.gitkeep

Whitespace-only changes.

superapp/templates/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)