We should be able to build the website

This commit is contained in:
2024-01-27 00:54:51 +01:00
parent 9ab449fa3e
commit 38165db828
3 changed files with 33 additions and 28 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",