Host public assets from AWS

This commit is contained in:
Sakura Knoll
2022-03-05 22:35:09 +09:00 Unverified
parent 5c704cea7f
commit aa95c28177
1456 changed files with 86 additions and 51 deletions
+2 -1
View File
@@ -32,7 +32,8 @@
"start": "next start",
"lint": "next lint",
"tsc": "tsc --watch",
"node": "ts-node -T -P ./tsconfig-node.json"
"node": "ts-node -T -P ./tsconfig-node.json",
"assets-sync": "sh ./secrets/scripts/sync-public-assets.sh"
},
"keywords": [],
"author": "",