lupacode 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -103225,6 +103225,7 @@ var router = createMemoryRouter([
|
|
|
103225
103225
|
]
|
|
103226
103226
|
}
|
|
103227
103227
|
]);
|
|
103228
|
+
process.stdout.write("\x1B]0;LupaCode\x07");
|
|
103228
103229
|
function App() {
|
|
103229
103230
|
return /* @__PURE__ */ import_jsx_dev_runtime2.jsxDEV(RouterProvider, {
|
|
103230
103231
|
router
|