This commit is contained in:
Simon Cambier
2022-04-24 08:05:21 +02:00
parent 9fdddb7f75
commit 84817e8dd4

View File

@@ -54,7 +54,7 @@ esbuild
}), }),
copy({ copy({
assets: { assets: {
from: ['./assets/*'], from: ['./assets/styles.css', './manifest.json'],
to: ['./'], to: ['./'],
}, },
}), }),