You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Chore: Convert CLI app class to TS
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import BaseCommand from './base-command';
|
||||
const { app } = require('./app.js');
|
||||
import app from './app';
|
||||
import { _ } from '@joplin/lib/locale';
|
||||
|
||||
class Command extends BaseCommand {
|
||||
|
Reference in New Issue
Block a user