feat(medusa,dashboard,admin-sdk): Run admin dashboard from Medusa instance (#7330)
This commit is contained in:
committed by
GitHub
parent
ec5415ea1a
commit
490586f566
@@ -1,8 +1,14 @@
|
||||
{
|
||||
"name": "@medusajs/admin-shared",
|
||||
"version": "0.0.0",
|
||||
"description": "Shared code for Medusa admin packages.",
|
||||
"version": "0.0.1",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"dist",
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user