mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
chore: remove builder configuration file as it is no longer needed
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -11,6 +11,10 @@ export default defineBuilderConfig(() => ({
|
||||
token: env.GIT_TOKEN,
|
||||
},
|
||||
storage: {
|
||||
// "provider": "local",
|
||||
// "basePath": "./apps/web/public/photos",
|
||||
// "baseUrl": "/photos"
|
||||
|
||||
provider: 's3',
|
||||
bucket: env.S3_BUCKET_NAME,
|
||||
region: env.S3_REGION,
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"storage": {
|
||||
"provider": "local",
|
||||
"basePath": "./apps/web/public/photos",
|
||||
"baseUrl": "/photos"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user