chore: add "start" script

This commit is contained in:
Ayo 2023-09-18 20:30:41 +02:00
parent 3e76af7412
commit b05941caca

View file

@ -4,7 +4,7 @@
"description": "Minimal base class for creating reactive custom elements easily", "description": "Minimal base class for creating reactive custom elements easily",
"main": "index.mjs", "main": "index.mjs",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "start": "npx simple-server ."
}, },
"repository": { "repository": {
"type": "git", "type": "git",