@bakerjs/core
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -150,3 +150,3 @@ import { glob } from "glob"; | ||
async loadFrameworkContext() { | ||
const paths = glob.sync([resolve(import.meta.dir, '../'), '(compiler|config|engines|orm|routing|server|testing|utils|views)/*.{js,ts}']); | ||
const paths = glob.sync(resolve(import.meta.dir, '..') + '/**/*.{ts,tsx,js,jsx}') | ||
const modules = await Promise.all(paths.map(path => import(path))); | ||
@@ -153,0 +153,0 @@ const args = modules.flatMap(module => Object.values(module)).filter((arg: any) => arg.name !== 'default');; |
{ | ||
"private": false, | ||
"name": "@bakerjs/core", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
357204