generated from nim-od/softeer-mono-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from softeerbootcamp4th/fix-crypto
[fix] common package tsup 번들 제외되어 문제되는 socket 관련 라이브러리 -> 번들링 포함에 명시
- Loading branch information
Showing
5 changed files
with
5 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/user/src/services/socket/index.ts → packages/user/src/services/socket.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { Socket } from '@softeer/common/utils'; | ||
import { SOCKET_BASE_URL } from 'src/constants/environments.ts'; | ||
import Socket from 'src/services/socket/socket.ts'; | ||
|
||
const socketClient = new Socket(SOCKET_BASE_URL); | ||
export default socketClient; |
This file was deleted.
Oops, something went wrong.