Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 16, 2023
1 parent 9b2055c commit 07f5bb5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 69 deletions.
6 changes: 3 additions & 3 deletions plugins/publisher-main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"svelte-routing": "^1.8.8"
},
"dependencies": {
"zhi-blog-api": "^1.1.0",
"zhi-publisher-sdk": "^0.0.1",
"zhi-siyuan-api": "^1.1.1"
"zhi-blog-api": "/Users/terwer/Documents/mydocs/zhi-framework/zhi/libs/zhi-blog-api",
"zhi-siyuan-api": "/Users/terwer/Documents/mydocs/zhi-framework/zhi/libs/zhi-siyuan-api",
"zhi-publisher-sdk": "/Users/terwer/Documents/mydocs/zhi-framework/zhi/libs/zhi-publisher-sdk"
}
}
2 changes: 1 addition & 1 deletion plugins/publisher-main/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import Publish from "./routes/Publish.svelte"
import Picbed from "./routes/Picbed.svelte"
import Preferences from "./routes/Preferences.svelte"
import Constants from "./utils/Constants"
import Constants from "./utils/constants"
export let url = `/${Constants.Page.Publish}`
</script>
Expand Down
79 changes: 14 additions & 65 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07f5bb5

Please sign in to comment.