You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Cli: Added headless server command (Beta) (#1860)
* Trying to implement headless server * Cli: Cleaned up and completed server command so that it is usable. Added warnings as it is advanced usage only at this point. * Restored welcome assets
This commit is contained in:
@@ -13,7 +13,7 @@ class Time {
|
||||
|
||||
setLocale(v) {
|
||||
moment.locale(v);
|
||||
this.locale_ = v
|
||||
this.locale_ = v;
|
||||
}
|
||||
|
||||
dateFormat() {
|
||||
|
||||
Reference in New Issue
Block a user