mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Copy security.txt
to dist folder when building
This commit is contained in:
parent
549ec6b362
commit
ede374ad95
8
utils.js
8
utils.js
@ -158,8 +158,12 @@ async function build(options){
|
|||||||
);
|
);
|
||||||
|
|
||||||
const copy_these = [
|
const copy_these = [
|
||||||
'images', 'favicons',
|
'images',
|
||||||
'browserconfig.xml', 'manifest.json', 'favicon.ico',
|
'favicons',
|
||||||
|
'browserconfig.xml',
|
||||||
|
'manifest.json',
|
||||||
|
'favicon.ico',
|
||||||
|
'security.txt',
|
||||||
];
|
];
|
||||||
|
|
||||||
const recursive_copy = (src, dest) => {
|
const recursive_copy = (src, dest) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user