Enable autocomplete of reference keys feature

This commit is contained in:
yu-i-i
2024-12-03 01:14:41 +01:00
parent 884e7d81c8
commit 928a514705
25 changed files with 3123 additions and 0 deletions

View File

@@ -131,6 +131,13 @@ services:
volumes:
- redis-data:/data
references:
build:
context: ..
dockerfile: services/references/Dockerfile
env_file:
- dev.env
web:
build:
context: ..
@@ -161,6 +168,7 @@ services:
- notifications
- project-history
- real-time
- references
webpack:
build: