From c4736cc6407e805b5827a74ef4abd24adac8225b Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 24 Jun 2022 20:35:43 +0300 Subject: [PATCH] refactor: add vite --- .gitignore | 5 +- .vscode/launch.json | 11 --- Readme.txt | 9 -- index.html | 18 +--- package.json | 14 +++ run_python_server.bat | 3 - tsconfig.json | 20 ++++ yarn.lock | 220 ++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 258 insertions(+), 42 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 Readme.txt create mode 100644 package.json delete mode 100644 run_python_server.bat create mode 100644 tsconfig.json create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index 8cd42a0d..07e6e472 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -.bat -.vscode -.idea -.idea/Fantasy-Map-Generator.iml +/node_modules diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 6afdcc7d..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "0.1.0", - "configurations": [ - { - "name": "Debug", - "type": "chrome", - "request": "launch", - "file": "${workspaceFolder}/index.html" - } - ] -} \ No newline at end of file diff --git a/Readme.txt b/Readme.txt deleted file mode 100644 index 9d270a7c..00000000 --- a/Readme.txt +++ /dev/null @@ -1,9 +0,0 @@ -Azgaar's Fantasy Map Generator - -Developed by Azgaar (azgaar.fmg@yandex.com) and contributors - -Minsk, 2017-2021. MIT License - -https://github.com/Azgaar/Fantasy-Map-Generator - -To run the tool unzip ALL files and open index.html in browser \ No newline at end of file diff --git a/index.html b/index.html index 01717609..9dfb924a 100644 --- a/index.html +++ b/index.html @@ -3718,8 +3718,8 @@