Skip to content

Commit

Permalink
add preview mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 9, 2024
1 parent dcdc954 commit eaa7e5c
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 0 deletions.
252 changes: 252 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lint": "office-addin-lint check",
"lint:fix": "office-addin-lint fix",
"prettier": "office-addin-lint prettier",
"preview": "http-server ./dist -p 3000",
"signin": "office-addin-dev-settings m365-account login",
"signout": "office-addin-dev-settings m365-account logout",
"start": "office-addin-debugging start manifest.json --app outlook",
Expand Down Expand Up @@ -61,6 +62,8 @@
"generator-office": "^2.0.3",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"http": "^0.0.1-security",
"http-server": "^14.1.1",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"office-addin-cli": "^1.6.5",
Expand Down

0 comments on commit eaa7e5c

Please sign in to comment.