feat(base-formula): scaffold shared package

This commit is contained in:
Philipinho
2026-04-23 23:24:13 +01:00
parent bf75cc9c74
commit 99fd4a9503
12 changed files with 56 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export {};
+3
View File
@@ -0,0 +1,3 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.client.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"index.client.js","sourceRoot":"","sources":["../src/index.client.ts"],"names":[],"mappings":""}
+1
View File
@@ -0,0 +1 @@
export {};
+3
View File
@@ -0,0 +1,3 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.server.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"index.server.js","sourceRoot":"","sources":["../src/index.server.ts"],"names":[],"mappings":""}