Updates
Release rolling / release (push) Successful in 7m19s

This commit is contained in:
Raven Scott
2026-07-31 12:34:03 -04:00
parent 33937db11c
commit 633fe22bff
8 changed files with 156 additions and 109 deletions
+12
View File
@@ -0,0 +1,12 @@
'use strict'
/**
* Stub pear-appdrive for Bare standalone — not used outside Pear RTI.
*/
class AppDrive {
constructor() {
throw new Error('pear-appdrive is not available in Bare standalone builds')
}
}
module.exports = AppDrive
module.exports.AppDrive = AppDrive