package.json - add server runscript

This commit is contained in:
Nick Stokoe
2023-01-05 14:45:26 +00:00
parent 56c4c1feb3
commit 19efd62543

View File

@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"server": "eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",