Enable autocomplete of reference keys feature

This commit is contained in:
yu-i-i
2026-01-28 02:43:00 +01:00
parent 0d80609e2c
commit ec1f16f716
22 changed files with 3070 additions and 0 deletions

View File

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