session livekit token
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-09-05 14:46:17 +06:00
parent 95931c6976
commit a26343e99d
8 changed files with 173 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
/* eslint-disable perfectionist/sort-imports -- .env must be loaded before any import that reads process.env */
import 'dotenv/config'
import { dirname, join } from 'node:path'
import { fileURLToPath } from 'node:url'
import FastifyAutoLoad from '@fastify/autoload'