mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
27 lines
1.6 KiB
Plaintext
27 lines
1.6 KiB
Plaintext
|
|
> spark-template@0.0.0 prebuild
|
|
> npm run components:generate-types && mkdir -p /tmp/dist || true
|
|
|
|
|
|
> spark-template@0.0.0 components:generate-types
|
|
> tsx scripts/generate-json-ui-component-types.ts
|
|
|
|
✅ Wrote 330 component types to /Users/rmac/Documents/GitHub/low-code-react-app-b/src/types/json-ui-component-types.ts
|
|
|
|
> spark-template@0.0.0 build
|
|
> tsc -b --noCheck && vite build
|
|
|
|
vite v7.3.1 building client environment for production...
|
|
<script src="/runtime-config.js"> in "/index.html" can't be bundled without type="module" attribute
|
|
transforming...
|
|
✓ 7152 modules transformed.
|
|
✗ Build failed in 1.85s
|
|
error during build:
|
|
[vite:load-fallback] Could not load /Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/EditorToolbar (imported by src/components/CodeEditor.tsx): ENOENT: no such file or directory, open '/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/EditorToolbar'
|
|
at async open (node:internal/fs/promises:637:25)
|
|
at async Object.readFile (node:internal/fs/promises:1269:14)
|
|
at async Object.handler (file:///Users/rmac/Documents/GitHub/low-code-react-app-b/node_modules/vite/dist/node/chunks/config.js:33169:21)
|
|
at async PluginDriver.hookFirstAndGetPlugin (file:///Users/rmac/Documents/GitHub/low-code-react-app-b/node_modules/rollup/dist/es/shared/node-entry.js:22333:28)
|
|
at async file:///Users/rmac/Documents/GitHub/low-code-react-app-b/node_modules/rollup/dist/es/shared/node-entry.js:21333:33
|
|
at async Queue.work (file:///Users/rmac/Documents/GitHub/low-code-react-app-b/node_modules/rollup/dist/es/shared/node-entry.js:22561:32)
|