File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import load from 'load.js';
88import wraptile from 'wraptile' ;
99import * as smalltalk from 'smalltalk' ;
1010import jssha from 'jssha' ;
11- import restafary from 'restafary/client' ;
11+ import * as restafary from 'restafary/client' ;
1212import { tryToCatch } from 'try-to-catch' ;
1313import loadremote from './loadremote.js' ;
1414import Story from './story.js' ;
Original file line number Diff line number Diff line change 11import { promisify } from 'es6-promisify' ;
2- import restafary from 'restafary/client' ;
2+ import * as restafary from 'restafary/client' ;
33
44export default Story ;
55
Original file line number Diff line number Diff line change 11import process from 'node:process' ;
22import path , { dirname } from 'node:path' ;
33import { fileURLToPath } from 'node:url' ;
4- import restafary from 'restafary' ;
4+ import { restafary } from 'restafary' ;
55import restbox from 'restbox' ;
66import socketFile from 'socket-file' ;
77import Router from 'router' ;
You can’t perform that action at this time.
0 commit comments