[pnpm] Migrate devenv (#10480)

This commit is contained in:
Samuel Newman
2026-05-27 22:39:36 +03:00
committed by GitHub
parent addfdd192a
commit e8f61ac3da
9 changed files with 4504 additions and 4491 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
import {createServer as createHTTPServer} from 'node:http'
import {parse} from 'node:url'
import {createServer, type TestPDS} from './test-pds'
import {createServer, type TestPDS} from './test-pds.ts'
let server: TestPDS
// eslint-disable-next-line @typescript-eslint/no-misused-promises
@@ -97,6 +97,7 @@ createHTTPServer(async (req, res) => {
await server.mocker.follow('alice', 'bob')
await server.mocker.follow('alice', 'carla')
console.log('Generating mock posts')
// eslint-disable-next-line @typescript-eslint/no-explicit-any
let posts: Record<string, any[]> = {
alice: [],
bob: [],