fixup! (frontend) refactor and theme token update

This commit is contained in:
Nathan Panchout
2025-03-24 09:00:59 +01:00
parent aadd6d9ec3
commit 615ab564cc
2 changed files with 0 additions and 10 deletions
-2
View File
@@ -93,7 +93,6 @@ build: cache ?= --no-cache
build: ## build the project containers
@$(MAKE) build-backend cache=$(cache)
@$(MAKE) build-yjs-provider cache=$(cache)
@$(MAKE) build-frontend cache=$(cache)
.PHONY: build
build-backend: cache ?=
@@ -128,7 +127,6 @@ run-backend: ## Start only the backend application and all needed services
run: ## start the wsgi (production) and development server
run:
@$(MAKE) run-backend
@$(COMPOSE) up --force-recreate -d frontend
.PHONY: run
status: ## an alias for "docker compose ps"
@@ -70,11 +70,3 @@ main ::-webkit-scrollbar-thumb:hover,
/* Support for IE. */
font-feature-settings: 'liga';
}
[data-nextjs-dialog-overlay] {
display: none !important;
}
nextjs-portal {
display: none;
}