Restore preview edit functions

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2025-05-01 20:16:29 -07:00
parent ea51793e2f
commit 9857e77a1a
2 changed files with 7 additions and 5 deletions

View File

@@ -73,8 +73,8 @@
"glmv-prev.css"
],
"packageFiles": [
"mini-st.js",
"glmv-prev.js",
"mini-st.js",
"glmv-mvconfig.js",
"glmv-hs.js"
]

View File

@@ -1,4 +1,4 @@
/******/ (() => { // webpackBootstrap
/******/ const TOML = (() => { // webpackBootstrap
/******/ "use strict";
/******/ /* webpack/runtime/compat */
/******/
@@ -1139,10 +1139,12 @@ function stringify(obj, opts) {
/* harmony default export */ const mTOML = ({ parse: parse, stringify: stringify, TomlDate: TomlDate, TomlError: TomlError });
/* harmony default export */ const dist = ({ parse: parse, stringify: stringify, TomlDate: TomlDate, TomlError: TomlError });
return { parse: parse, stringify: stringify, TomlDate: TomlDate, TomlError: TomlError }
;// CONCATENATED MODULE: ./index.js
module.exports = { mTOML };
/******/ })();
/******/ })();
module.exports = TOML;