mirror of
https://github.com/directus/directus.git
synced 2026-02-11 16:54:57 -05:00
Introduce new directus wrapper package (#18134)
* Maybe? * Maybe maybe * ESM & version update * Adjust Dockerfile to new wrapper package * Clean-up api package.json file * Update directus/package.json * Update directus/package.json * Update directus/package.json * Regen pnpm lock * Declare engines in new wrapper package * Use wrapper version in app-settings --------- Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<script lang="ts">
|
||||
import { computed, defineComponent } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { version } from '../../../../package.json';
|
||||
import { version } from 'directus/package.json';
|
||||
|
||||
export default defineComponent({
|
||||
setup() {
|
||||
|
||||
Reference in New Issue
Block a user