diff --git a/package.json b/package.json new file mode 100644 index 00000000..6b3ee365 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "description": "A convenience package for calling the real package.json in ./frontend", + "private": true, + "scripts": { + "start": "cd frontend && npm start", + "serve": "cd frontend && npm start" + } +}