feat: Switch tooling to vite (#67)

closes https://github.com/bellingcat/ukraine-timemap/issues/66
This commit is contained in:
Felix Spöttel
2023-01-27 18:13:23 +01:00
committed by GitHub
parent 07dccef520
commit 1063178e8d
119 changed files with 3262 additions and 46567 deletions

View File

@@ -1,4 +1,4 @@
module.exports = {
const config = {
title: 'example',
display_title: 'example',
SERVER_ROOT: 'http://localhost:4040',
@@ -25,3 +25,5 @@ module.exports = {
}
}
}
export default config;