Skip to content

Commit

Permalink
chore: remove devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
romhml committed Feb 23, 2025
1 parent a742731 commit 9a0ec6e
Show file tree
Hide file tree
Showing 94 changed files with 7 additions and 2,001 deletions.
5 changes: 1 addition & 4 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { defineBuildConfig } from 'unbuild'

export default defineBuildConfig({
entries: [
// Include devtools runtime files
{ input: './src/devtools/runtime', builder: 'mkdist', outDir: 'dist/devtools/runtime' },
// Vue support
'./src/unplugin',
'./src/vite'
Expand All @@ -12,8 +10,7 @@ export default defineBuildConfig({
emitCJS: true
},
replace: {
'process.env.DEV': 'false',
'process.env.NUXT_UI_DEVTOOLS_LOCAL': 'false'
'process.env.DEV': 'false'
},
hooks: {
'mkdist:entry:options'(ctx, entry, options) {
Expand Down
8 changes: 0 additions & 8 deletions devtools/app/app.config.ts

This file was deleted.

198 changes: 0 additions & 198 deletions devtools/app/app.vue

This file was deleted.

43 changes: 0 additions & 43 deletions devtools/app/components/CollapseContainer.vue

This file was deleted.

Loading

0 comments on commit 9a0ec6e

Please sign in to comment.