forked from MapComplete/MapComplete
Chore: Attempt to fix build
This commit is contained in:
parent
9242608f05
commit
d3786a73fc
2 changed files with 8 additions and 1 deletions
|
@ -586,7 +586,7 @@ class GenerateLayouts extends Script {
|
|||
]
|
||||
for (const layerName of Constants.added_by_default) {
|
||||
imports.push(
|
||||
`import ${layerName} from "./src/assets/generated/layers/${layerName}.json"`
|
||||
`import ${layerName} from "./public/assets/generated/layers/${layerName}.json"`
|
||||
)
|
||||
}
|
||||
writeFileSync(filename, imports.join("\n") + "\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue