Readd alias package.json

This commit is contained in:
Dennis Kobert
2023-04-25 00:58:53 +02:00
committed by Keavon Chambers
parent e6216009ee
commit 73a9beaf5e

8
package.json Normal file
View File

@@ -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"
}
}