chore: manually add assets

This commit is contained in:
Nelson Jovel 2024-01-09 15:36:09 -08:00
parent 86dd159a99
commit 7ae453a61c
29 changed files with 188015 additions and 20211 deletions

View file

@ -0,0 +1,17 @@
(() => {
var __getOwnPropNames = Object.getOwnPropertyNames;
var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
// app/javascript/cable.js
var require_cable = __commonJS({
"app/javascript/cable.js"(exports) {
(function() {
this.App || (this.App = {});
App.cable = ActionCable.createConsumer();
}).call(exports);
}
});
require_cable();
})();