Feature/settings page #17

Closed
mattdimegs wants to merge 26 commits from feature/settings-page into main
Showing only changes of commit 3a7a6d3e2c - Show all commits

View file

@ -4,7 +4,7 @@
"version": "0.0.1", "version": "0.0.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite --host",
"build": "vite build", "build": "vite build",
"lint": "eslint .", "lint": "eslint .",
"preview": "vite preview" "preview": "vite preview"