firefly-iii-ai-categorize/index.js

6 lines
107 B
JavaScript
Raw Permalink Normal View History

2023-05-23 20:44:53 +00:00
import App from "./src/App.js";
(async function () {
const app = new App();
await app.run();
})();