mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-15 15:10:30 -08:00
11 lines
236 B
Batchfile
11 lines
236 B
Batchfile
@echo off
|
|
|
|
rem serve TiddlyWiki5 over HTTP
|
|
|
|
rem Optional parameter is the username for signing edits
|
|
|
|
node .\tiddlywiki.js ^
|
|
editions\tw5.com-server ^
|
|
--verbose ^
|
|
--server 8080 $:/core/save/all text/plain text/html %1 %2^
|
|
|| exit 1
|