Feature: watcher based bulk uploads (#886)
* initial commit * fix watcher.js for docker * Update docs * update healthcheck * update docs --------- Co-authored-by: Christian Beutel <>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"start": "node watcher.js & node build",
|
||||
"preview": "vite preview",
|
||||
"test": "npm run test:integration && npm run test:unit",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
@@ -58,6 +59,7 @@
|
||||
"chart.js": "^4.5.1",
|
||||
"chartjs-plugin-crosshair": "^2.0.0",
|
||||
"chartjs-plugin-zoom": "^2.1.0",
|
||||
"chokidar": "^5.0.0",
|
||||
"crypto-random-string": "^5.0.0",
|
||||
"felte": "^1.3.0",
|
||||
"heic2any": "^0.0.4",
|
||||
@@ -85,4 +87,4 @@
|
||||
"vite": "$vite"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user