mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Move all config files to assets/config and resources to assets/resources
This commit is contained in:
@@ -16,7 +16,7 @@ const PATHS = {
|
||||
app: path.join(__dirname, "src/app.js"),
|
||||
js: path.join(__dirname, "src"),
|
||||
css: path.join(__dirname, "src/css"),
|
||||
build: path.join(__dirname, "../assets/server/static/build"),
|
||||
build: path.join(__dirname, "../assets/resources/static/build"),
|
||||
};
|
||||
|
||||
const config = {
|
||||
|
||||
Reference in New Issue
Block a user