mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
refactor: revert json schema changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {defineConfig} from 'tsup';
|
||||
import {esbuildJsonSchemaPlugin} from '@openstapps/json-schema-generator';
|
||||
import {jsonSchemaPlugin} from '@openstapps/json-schema-generator';
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/app.ts'],
|
||||
@@ -7,6 +7,6 @@ export default defineConfig({
|
||||
clean: true,
|
||||
format: 'esm',
|
||||
outDir: 'lib',
|
||||
noExternal: [/schema:.*/],
|
||||
esbuildPlugins: [esbuildJsonSchemaPlugin],
|
||||
noExternal: [/.*:schema#.*/],
|
||||
plugins: [jsonSchemaPlugin('schema.json')],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user