fix: lint errors
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
@@ -9,6 +9,7 @@ import zhHant from './zh-Hant'
|
||||
export default {
|
||||
en,
|
||||
es,
|
||||
fr,
|
||||
ru,
|
||||
vi,
|
||||
'zh-Hans': zhHans,
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user