duplicati/Duplicati/Server/webroot/missing-spa.html
Kenneth Skovhede 99a2095e41 Adding new theme to client.
Added support for loading NPM package in dev mode.
Added support for SPA style redirects.
2024-10-02 22:14:37 +02:00

14 lines
347 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>
This path is intended to host a single-page application (SPA) but it
failed to install.
</h1>
<div>
Check the logs for more information. You may be able to fix the issue by
running the following command inside the folder:
<pre>npm i</pre>
</div>
</body>
</html>