feat: ditch remix-serve for custom-baked server

This commit is contained in:
Aarnav Tale 2024-11-04 18:00:35 -05:00
parent d5ee8ae0f3
commit 13a734923d
No known key found for this signature in database
7 changed files with 1026 additions and 3053 deletions

View file

@ -20,7 +20,7 @@ import { HeadscaleError, pull, put } from '~/utils/headscale'
import { getSession } from '~/utils/sessions'
import log from '~/utils/log'
import { Editor, Differ } from './cm'
import { Editor, Differ } from './cm.client'
import { Unavailable } from './unavailable'
import { ErrorView } from './error'