repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

commit
544d852
parent
2086bda
author
Eric Bower
date
2023-11-01 13:28:49 -0400 EDT
chore(npm): explicit fields
1 files changed,  +2, -0
M npm.ts
M npm.ts
+2, -0
1@@ -11,6 +11,8 @@ async function main() {
2   }
3 
4   await build({
5+    declaration: "inline",
6+    scriptModule: "cjs",
7     entryPoints: [
8       {
9         name: ".",