mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor(es modules): move all files to src, try vite 3.0
This commit is contained in:
parent
4feed39d5c
commit
0d05e1b250
119 changed files with 8218 additions and 139 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import {ERROR} from "/src/config/logging";
|
||||
import {ERROR} from "../config/logging";
|
||||
|
||||
// prompt replacer (prompt does not work in Electron)
|
||||
const $prompt: HTMLElement = document.getElementById("prompt")!;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue