Remove s3

but also upgrade the cad lamdbas to use built javascript files,
allowing us to use typescript, and patching redwood
This commit is contained in:
Kurt Hutten
2021-09-04 06:27:25 +10:00
parent 1c13a38ccb
commit 4a3144d360
28 changed files with 457 additions and 4660 deletions

View File

@@ -6,9 +6,13 @@
"web"
]
},
"scripts": {},
"scripts": {
"cad": "yarn rw build api && docker-compose --file ./api/src/docker/docker-compose.yml up --build",
"cad-r": "yarn rw build api && docker-compose --file ./api/src/docker/docker-compose.yml restart",
"aws-emulate": "nodemon ./api/src/docker/aws-emulator.js"
},
"devDependencies": {
"@redwoodjs/core": "^0.36.2"
"@redwoodjs/core": "^0.36.3"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
@@ -29,4 +33,4 @@
"node": ">=14",
"yarn": ">=1.15"
}
}
}