Further improvements for offloading server components (#9288)

* Move edition-info and repository to core-server

* Update readme

* Set platform to server for filesystem plugin

* Move startup/command.js
This commit is contained in:
Leilei332
2025-09-14 18:21:42 +08:00
committed by GitHub
parent e4fb47ee76
commit af63a3b920
5 changed files with 2 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ This plugin contains TiddlyWiki's core components that are only needed on the se
* Commands
* HTTP server code
* Utility functions for server

View File

@@ -3,5 +3,6 @@
"name": "Filesystem",
"description": "Synchronize changes from the node.js server to the local filesystem",
"list": "readme",
"platform": "server",
"stability": "STABILITY_2_STABLE"
}