Enable autocomplete of reference keys feature

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

View File

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