Enable autocomplete of reference keys feature

This commit is contained in:
yu-i-i
2024-12-03 01:14:41 +01:00
parent 905b21efb1
commit dfd99d8ad0
22 changed files with 3079 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: