Skip to content

Commit

Permalink
Add missing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Feb 12, 2024
1 parent 8f7234c commit 3f448c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "multi-status-frontend",
"scripts": {
"test": "eslint . --ext js",
"start": "npx serve -S -c ../.serve.json"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}

0 comments on commit 3f448c9

Please sign in to comment.