feat: initialize aivideo project
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "aivideo-monorepo",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"workspaces": [
|
||||
"frontend-web",
|
||||
"frontend-admin"
|
||||
],
|
||||
"scripts": {
|
||||
"dev:web": "npm --workspace frontend-web run dev",
|
||||
"dev:admin": "npm --workspace frontend-admin run dev",
|
||||
"build:web": "npm --workspace frontend-web run build",
|
||||
"build:admin": "npm --workspace frontend-admin run build"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user