mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 18:33:01 -06:00
rename bundled to dist, caught by gitignore
This commit is contained in:
parent
f971763743
commit
e9b02b6039
12 changed files with 6 additions and 1860 deletions
|
|
@ -49,7 +49,7 @@ app.use("/assets", express.static("../assets/"));
|
|||
|
||||
if (process.env.NODE_ENV != "development") {
|
||||
console.log("adding static asset route");
|
||||
app.use(express.static("../assets/bundled"));
|
||||
app.use(express.static("../assets/dist"));
|
||||
}
|
||||
|
||||
module.exports = app;
|
||||
Loading…
Add table
Add a link
Reference in a new issue