Skip to content

Commit

Permalink
rescoveried examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jan 21, 2022
1 parent 52b681a commit abf1e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file added debug.js
Empty file.
4 changes: 2 additions & 2 deletions examples/messageserver.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as mixinjs from '../index.mjs';
import config from "./config.mjs";
import config from './config.mjs';
import fs from 'fs';
import Koa from 'koa';
import mixinjs from '../index.mjs';

const app = new Koa();
const opts = config.mixin;
Expand Down
2 changes: 1 addition & 1 deletion examples/test.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as mixinjs from '../index.mjs';
import config from './config.mjs';
import mixinjs from '../index.mjs';

// import fs from 'fs';
// const cert = fs.readFileSync(config.mixin.privatekey);
Expand Down

0 comments on commit abf1e94

Please sign in to comment.