Enable autocomplete of reference keys feature

This commit is contained in:
yu-i-i
2024-12-03 01:14:41 +01:00
parent 409293cb15
commit 5d68b00a7c
11 changed files with 163 additions and 0 deletions

View File

@@ -124,6 +124,13 @@ services:
volumes:
- redis-data:/data
references:
build:
context: ..
dockerfile: services/references/Dockerfile
env_file:
- dev.env
spelling:
build:
context: ..
@@ -163,6 +170,7 @@ services:
- notifications
- project-history
- real-time
- references
- spelling
webpack: