fix: chat connection issues by pinging server

This commit is contained in:
2025-03-28 23:51:27 +01:00
parent 6406df0501
commit 185fc910a0
4 changed files with 38 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hctv/auth",
"version": "0.0.0",
"version": "1.0.0",
"exports": {
".": {
"types": "./dist/index.d.ts",

View File

@@ -1,7 +0,0 @@
import { defineProject } from 'vitest/config'
export default defineProject({
test: {
globals: true,
},
})