mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 13:55:03 +00:00
feat: fix issues importing /backend in other packages
This commit is contained in:
parent
460b65d1df
commit
8cb4d047b9
3 changed files with 6 additions and 2 deletions
|
@ -4,6 +4,9 @@
|
|||
"description": "",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./*": "./dist/*"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "tsc-watch --build --onSuccess \"node start-dev.js\"",
|
||||
"watch-yaml-parse-test": "tsc-watch --build --onSuccess \"node dist/yamlParseTest.js\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue