mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
refactor: restructure project to monorepo with apps directory
This commit is contained in:
12
apps/marketing/package.json
Normal file
12
apps/marketing/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@automaker/marketing",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "serve public -l 3000",
|
||||
"start": "serve public -l 3000"
|
||||
},
|
||||
"devDependencies": {
|
||||
"serve": "^14.2.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user