mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-07-02 16:19:59 +09:00
wip
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
|
||||
/* dependencies below */
|
||||
|
||||
const assert = require('assert');
|
||||
const express = require('express');
|
||||
const summaly = require('../').default;
|
||||
import * as assert from 'assert';
|
||||
import express from 'express';
|
||||
import { summaly } from '../built/index.js';
|
||||
|
||||
/* settings below */
|
||||
|
||||
|
Reference in New Issue
Block a user