Skip to content

Commit

Permalink
docs: update cli website
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Mar 3, 2024
1 parent 4a6e5c1 commit 16da935
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "./window-boot"
import VueAnalytics from "vue-analytics";
import VueTsED from "vuepress-theme-tsed/src/install";
import SupportUsBlock from "./components/SupportUsBlock";
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/window-boot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
if (typeof window !== "undefined") window.global = window;
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
- name: keywords
content: Ts.ED cli nodejs express typescript javascript es6 decorators
gettingStartedText: Getting started
gettingStartedUrl: /getting-started/
gettingStartedUrl: /getting-started/index.html
messengerText: Discussions
messengerIcon: bxl-slack
messengerUrl: https://api.tsed.io/rest/slack/tsedio/tsed
Expand Down

0 comments on commit 16da935

Please sign in to comment.