Use new version API and default to v8 PWR

This commit is contained in:
AMIAY
2026-02-11 10:43:18 +01:00
parent bcc7476322
commit 4502c11bd0
4 changed files with 203 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
const FORCE_CLEAN_INSTALL_VERSION = false;
const CLEAN_INSTALL_TEST_VERSION = '4.pwr';
const CLEAN_INSTALL_TEST_VERSION = 'v4';
module.exports = {
FORCE_CLEAN_INSTALL_VERSION,