[Glitch] Convert mastodon/initial_state to TypeScript

Port ac50e5eebc to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Brad Dunbar
2025-09-30 07:14:58 -04:00
committed by Claire
parent 17e0c745c6
commit 752214622c
9 changed files with 183 additions and 178 deletions

View File

@@ -1,4 +1,4 @@
import initialState from '../initial_state';
import { initialState } from '../initial_state';
export function isDevelopment() {
if (typeof process !== 'undefined')