Move Frontend to Same Repo

This commit is contained in:
2022-05-19 06:11:46 +07:00
parent 44dffed190
commit 5375446fb5
277 changed files with 60340 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
{
"private": true,
"scripts": {
"start": "cd frontend && pnpm run start",
"build": "cd frontend && pnpm run build",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",