fix: lint errors

This commit is contained in:
Makito
2025-09-21 19:01:34 +09:00
parent a0f529e467
commit b8d419fb13
3 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -161,7 +161,6 @@ pnpm dev:tamagotchi
Un package Nix pour Tamagotchi est inclus. Pour lancer AIRI avec Nix, assurez-vous d'abord d'activer les flakes, puis exécutez :
```shell
nix run github:moeru-ai/airi
```
@@ -337,7 +336,7 @@ flowchart TD
### Non open source
- https://clips.twitch.tv/WanderingCaringDeerDxCat-Qt55xtiGDSoNmDDr
- https://clips.twitch.tv/WanderingCaringDeerDxCat-Qt55xtiGDSoNmDDr
https://www.youtube.com/watch?v=8Giv5mupJNE
- https://clips.twitch.tv/TriangularAthleticBunnySoonerLater-SXpBk1dFso21VcWD
- https://www.youtube.com/@NOWA_Mirai
+1
View File
@@ -9,6 +9,7 @@ import zhHant from './zh-Hant'
export default {
en,
es,
fr,
ru,
vi,
'zh-Hans': zhHans,
+3 -3
View File
@@ -1,11 +1,11 @@
import type { WebSocketEvent } from '@proj-airi/server-shared/types'
import { Format, LogLevel, setGlobalFormat, setGlobalLogLevel, useLogg } from '@guiiai/logg'
import { createApp, createRouter, defineWebSocketHandler } from 'h3'
import type { AuthenticatedPeer, Peer } from './types'
import { env } from 'node:process'
import type { AuthenticatedPeer, Peer } from './types'
import { Format, LogLevel, setGlobalFormat, setGlobalLogLevel, useLogg } from '@guiiai/logg'
import { createApp, createRouter, defineWebSocketHandler } from 'h3'
import { WebSocketReadyState } from './types'