mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
move shim to new package
This commit is contained in:
@@ -157,7 +157,7 @@ app.use((req, res, next) => {
|
||||
});
|
||||
|
||||
app.use(express.static(path.join(__dirname, "..", "packages", "ui", "dist")));
|
||||
app.use(express.static(path.join(__dirname, "..", "dist")));
|
||||
app.use(express.static(path.join(__dirname, "..", "packages", "shim", "dist")));
|
||||
|
||||
app.use(express.static(config.obsidianAssetsPath));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user