mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
test: cover sliceFragment
This commit is contained in:
parent
19d7f239c1
commit
ffea4d15cb
7 changed files with 417 additions and 11 deletions
|
|
@ -45,7 +45,7 @@ export default defineConfig(({mode}) => {
|
|||
createHtmlPlugin({
|
||||
inject: {
|
||||
data: {
|
||||
APP_VERSION: APP_VERSION.replaceAll('"', "")
|
||||
APP_VERSION: APP_VERSION?.replace(/"/g, "")
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue