We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting two different errors so far I know when enabling "bundle: true" , and without that would be fine
Class constructor BaseEntity cannot be invoked without 'new'",
Entity metadata for BaseEntity#Metric was not found. Check if you specified a correct entity object and if it's connected in the connection options.",
"options": { "platform": "node", "outputPath": "dist/apps/api", "format": ["cjs"], "bundle": true, "sourcemap": true, "main": "apps/api/src/main.ts", "tsConfig": "apps/api/tsconfig.app.json", "esbuildConfig": "apps/api/esbuild.config.js", "assets": ["apps/api/src/assets", "apps/api/src/views/**"] },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting two different errors so far I know when enabling "bundle: true" , and without that would be fine
The text was updated successfully, but these errors were encountered: