refactor: restructure project to monorepo with apps directory

This commit is contained in:
Cody Seibert
2025-12-11 20:34:49 -05:00
parent 7cb5a6a4df
commit 1bb20e5070
164 changed files with 12215 additions and 14 deletions

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