first commit
Made-with: Cursor
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "lnfaucet",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "npm run build:backend && npm run build:frontend",
|
||||
"build:backend": "cd backend && npm run build",
|
||||
"build:frontend": "cd frontend && npm run build",
|
||||
"start": "cd backend && npm start",
|
||||
"dev:backend": "cd backend && npm run dev",
|
||||
"dev:frontend": "cd frontend && npm run dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user