1
0
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:
Laurent Cozic
2024-01-20 14:29:21 +00:00
parent 6720fd1f0e
commit a8f6676fb3
34 changed files with 961 additions and 494 deletions

View File

@ -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 {