fix docker and nginx file

This commit is contained in:
2026-07-14 12:28:24 +05:30
parent fea3017013
commit 0d243fc174
2522 changed files with 745707 additions and 1 deletions

16
.next/standalone/node_modules/sharp/lib/index.js generated vendored Normal file
View File

@@ -0,0 +1,16 @@
/*!
Copyright 2013 Lovell Fuller and others.
SPDX-License-Identifier: Apache-2.0
*/
const Sharp = require('./constructor');
require('./input')(Sharp);
require('./resize')(Sharp);
require('./composite')(Sharp);
require('./operation')(Sharp);
require('./colour')(Sharp);
require('./channel')(Sharp);
require('./output')(Sharp);
require('./utility')(Sharp);
module.exports = Sharp;