Skip to content

Commit 03b6218

Browse files
committed
chore(playground): use uncrypto instead
1 parent 08239d7 commit 03b6218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/server/api/chatroom.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { randomUUID } from 'node:crypto'
1+
import { randomUUID } from 'uncrypto'
22

33
export default defineWebSocketHandler({
44
async upgrade(request) {

0 commit comments

Comments
 (0)