From 73a9beaf5e753537f76694298a8a9794c30acb44 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Tue, 25 Apr 2023 00:58:53 +0200 Subject: [PATCH] Readd alias package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json 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" + } +}