hashicorp-forge / hermes

A document management system
Mozilla Public License 2.0
1.8k stars 95 forks source link

Fix StoreService types #653

Closed jeffdaley closed 5 months ago

jeffdaley commented 5 months ago

Fixes a warning related to our extended StoreService.

WARNING: Detected collisions between .js and .ts files of the same name. This can result in nondeterministic build output; see https://git.io/JvIwo for more information.

  • hermes/services/store.{js,ts}

This follows the same pattern as the SessionService