added cypress

This commit is contained in:
2022-06-27 18:04:55 +02:00
parent 3cb1759648
commit 30f27d26e6
16 changed files with 2347 additions and 12 deletions

View File

@@ -2,8 +2,11 @@ const config = {
version: "0.1.0",
};
window.config = config;
if (module) {
module.exports = config;
try {
window.config = config;
if (module) {
module.exports = config;
}
} catch {
// ignore
}