Skip to content

Commit

Permalink
+++
Browse files Browse the repository at this point in the history
  • Loading branch information
Offirmo committed Sep 1, 2024
1 parent d5e6a57 commit bbb6af1
Show file tree
Hide file tree
Showing 27 changed files with 1,307 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

// https://mariusschulz.com/blog/declaring-global-variables-in-typescript

declare var ai: {
assistant?: any
summarizer?: any
writer?: any
rewriter?: any
}

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

Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"scripts": {
"clean": "monorepo-script--clean-package …dist …cache",

"_parcel:serve": "parcel serve --log-level verbose 'doc/demo/*.html' --port 3030 --no-autoinstall",
"dev": "npm-run-all clean --parallel _parcel:serve",
"serve--parcel": "parcel serve --log-level verbose 'doc/demo/*.html' --port 3030 --no-autoinstall",
"dev": "npm-run-all clean --parallel serve--parcel",

"build": "node ./src/~~gen/bundle.mjs"
},
Expand Down
Loading

0 comments on commit bbb6af1

Please sign in to comment.