mnfst-render 0.3.9 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/manifest.render.mjs +1 -1
- package/package.json +1 -1
package/manifest.render.mjs
CHANGED
|
@@ -1400,7 +1400,7 @@ function startStaticServer(rootDir) {
|
|
|
1400
1400
|
// --- Copy project into output so website is self-contained (e.g. for Appwrite). ---
|
|
1401
1401
|
const COPY_EXCLUDE = new Set([
|
|
1402
1402
|
'node_modules', '.git', 'package.json', 'package-lock.json',
|
|
1403
|
-
'index.html', 'prerender.mjs', 'prerender.js',
|
|
1403
|
+
'index.html', 'prerender.mjs', 'prerender.js', '_redirects',
|
|
1404
1404
|
]);
|
|
1405
1405
|
|
|
1406
1406
|
function copyProjectIntoDist(rootResolved, outputResolved) {
|