Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
misc: update js loader
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Aug 15, 2023
1 parent 66fd04b commit 43eb49a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/MaaJSLoader
15 changes: 7 additions & 8 deletions packages/server/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
import {
MaaAdbControllerTypeEnum,
MaaController,
MaaFrameworkLoader,
MaaInstance,
MaaResource
} from '@maa/loader'
import history from 'connect-history-api-fallback'
import { format } from 'date-fns'
import express, { json } from 'express'
Expand All @@ -9,14 +16,6 @@ import os from 'os'
import path from 'path'
import sms from 'source-map-support'

import {
MaaController,
MaaFrameworkLoader,
MaaInstance,
MaaResource
} from '@maa/loader'
import { MaaAdbControllerTypeEnum } from '@maa/loader/src/framework/types'

interface Config {
port: number
web: string
Expand Down

0 comments on commit 43eb49a

Please sign in to comment.