mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-21 03:21:23 +01:00
refactor: add vite
This commit is contained in:
parent
ba0a7516ef
commit
c4736cc640
8 changed files with 258 additions and 42 deletions
14
package.json
Normal file
14
package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "fantasy-map-generator",
|
||||
"version": "1.87.04",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^2.9.12",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue