Skip to content

Commit

Permalink
Merge pull request #174 from dfabulich/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
curiousdannii authored Jan 22, 2025
2 parents 01948aa + 1b25d90 commit 8cf661b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import '../web/web.css'
import Cookies from 'js-cookie'

import {/*AsyncGlk,*/ Blorb, fetch_resource, FileView, type ProgressCallback} from '../upstream/asyncglk/src/index-browser.js'
import emglken_file_sizes from '../upstream/emglken/build/file-sizes.json'
import emglken_file_sizes from 'emglken/build/file-sizes.json'

import {find_format, identify_blorb_storyfile_format} from './formats.js'
import type {ParchmentOptions, StoryOptions} from './interface.js'
Expand Down

0 comments on commit 8cf661b

Please sign in to comment.