feat : init switch app hosting to aws

This commit is contained in:
GuillaumeSD
2025-04-16 03:22:45 +02:00
parent 86effaef48
commit ef72b600aa
6 changed files with 697 additions and 9 deletions

View File

@@ -8,7 +8,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint && tsc --noEmit",
"deploy": "firebase deploy --project=freechessproject --only hosting"
"deploy": "cdk deploy",
"deploy:firebase": "firebase deploy --project=freechessproject --only hosting"
},
"dependencies": {
"@emotion/react": "^11.14.0",
@@ -40,6 +41,9 @@
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "^5.7.2"
"typescript": "^5.7.2",
"aws-cdk": "^2.1007.0",
"aws-cdk-lib": "^2.186.0",
"constructs": "^10.0.0"
}
}