@copass/datasource-fs
Advanced tools
+3
-2
@@ -927,2 +927,3 @@ "use strict"; | ||
| <string>--service</string> | ||
| <string>--project-path</string> | ||
| <string>${def.projectPath}</string> | ||
@@ -948,3 +949,3 @@ </array> | ||
| Type=simple | ||
| ExecStart=${def.cliEntrypoint} watch --service ${def.projectPath} | ||
| ExecStart=${def.cliEntrypoint} watch --service --project-path ${def.projectPath} | ||
| Restart=on-failure | ||
@@ -959,3 +960,3 @@ RestartSec=10 | ||
| function buildWindowsTaskCommand(def) { | ||
| const args = `watch --service "${def.projectPath}"`; | ||
| const args = `watch --service --project-path "${def.projectPath}"`; | ||
| return `schtasks /create /tn "${def.serviceId}" /tr "${def.cliEntrypoint} ${args}" /sc onlogon /rl limited /f`; | ||
@@ -962,0 +963,0 @@ } |
+3
-2
@@ -871,2 +871,3 @@ // src/file-system-data-source.ts | ||
| <string>--service</string> | ||
| <string>--project-path</string> | ||
| <string>${def.projectPath}</string> | ||
@@ -892,3 +893,3 @@ </array> | ||
| Type=simple | ||
| ExecStart=${def.cliEntrypoint} watch --service ${def.projectPath} | ||
| ExecStart=${def.cliEntrypoint} watch --service --project-path ${def.projectPath} | ||
| Restart=on-failure | ||
@@ -903,3 +904,3 @@ RestartSec=10 | ||
| function buildWindowsTaskCommand(def) { | ||
| const args = `watch --service "${def.projectPath}"`; | ||
| const args = `watch --service --project-path "${def.projectPath}"`; | ||
| return `schtasks /create /tn "${def.serviceId}" /tr "${def.cliEntrypoint} ${args}" /sc onlogon /rl limited /f`; | ||
@@ -906,0 +907,0 @@ } |
+3
-3
| { | ||
| "name": "@copass/datasource-fs", | ||
| "version": "0.5.3", | ||
| "version": "0.5.4", | ||
| "description": "Filesystem data source driver for Copass — scans, watches, and pushes file events through the copass-id storage layer", | ||
@@ -64,3 +64,3 @@ "publishConfig": { | ||
| "devDependencies": { | ||
| "@copass/core": "^0.5.2", | ||
| "@copass/core": "^0.6.0", | ||
| "@types/node": "^25.0.0", | ||
@@ -70,3 +70,3 @@ "tsup": "^8.5.0", | ||
| }, | ||
| "gitHead": "73db57887097635bf678d6a74b24cb352e50312f" | ||
| "gitHead": "88ef6beece2b28cc74baad47fd9a461aee5ac84c" | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
253637
0.1%2557
0.08%