vaderjs 1.3.3-alpha-127 → 1.3.3-alpha-128
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/package.json +1 -1
- package/vader.js +1 -1
package/package.json
CHANGED
package/vader.js
CHANGED
|
@@ -962,7 +962,7 @@ async function Build() {
|
|
|
962
962
|
break;
|
|
963
963
|
case 'text/plain' && !redirectFile.includes(obj.url):
|
|
964
964
|
|
|
965
|
-
redirectFile += `\n${root}${isParamRoute ? '*' : '/'} ${obj.url}
|
|
965
|
+
redirectFile += `\n${root}${isParamRoute ? '*' : '/'} ${obj.url} 200`
|
|
966
966
|
fs.writeFileSync(process.cwd() + '/dist/' + provider, redirectFile)
|
|
967
967
|
console.log(`Added ${root}/* ${root} 200 to ${provider}`)
|
|
968
968
|
break;
|