diff options
| author | Son <[email protected]> | 2024-04-28 19:11:38 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-28 18:11:38 -0500 |
| commit | e0dfd8c9fd14cb6b644d0f426e891fa6603916ab (patch) | |
| tree | 5f9a1399e2cabb38c321c93b96e5b16e5ddf1bca /src/inversify.config.ts | |
| parent | 75d2714ff26254386abbf0ab9a76156d75d15e3c (diff) | |
| download | muse-e0dfd8c9fd14cb6b644d0f426e891fa6603916ab.tar.xz muse-e0dfd8c9fd14cb6b644d0f426e891fa6603916ab.zip | |
Fix ERR_MODULE_NOT_FOUND for constants file (#1023)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'src/inversify.config.ts')
| -rw-r--r-- | src/inversify.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inversify.config.ts b/src/inversify.config.ts index a02a0a1..2f2005e 100644 --- a/src/inversify.config.ts +++ b/src/inversify.config.ts @@ -15,7 +15,7 @@ import YoutubeAPI from './services/youtube-api.js'; import SpotifyAPI from './services/spotify-api.js'; // Commands -import Command from './commands'; +import Command from './commands/index.js'; import Clear from './commands/clear.js'; import Config from './commands/config.js'; import Disconnect from './commands/disconnect.js'; |
