mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Tests: Alias "app.vue" so Portal hooks.test.js resolves the root component
This commit is contained in:
parent
b2b1785126
commit
69de3d7a05
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ export default defineConfig({
|
|||
{ find: "model/cluster-node", replacement: path.resolve(__dirname, "../portal/frontend/model/cluster-node.js") },
|
||||
{ find: "common/instance-grants", replacement: path.resolve(__dirname, "../portal/frontend/common/instance-grants.js") },
|
||||
{ find: "common/user-format", replacement: path.resolve(__dirname, "../portal/frontend/common/user-format.js") },
|
||||
{ find: "app.vue", replacement: path.resolve(__dirname, "./src/app.vue") },
|
||||
{ find: "app", replacement: path.resolve(__dirname, "./src/app") },
|
||||
{ find: "common", replacement: path.resolve(__dirname, "./src/common") },
|
||||
{ find: "component", replacement: path.resolve(__dirname, "./src/component") },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue