Skip to content

Commit

Permalink
ENH: set PlotParameters on machine context with types
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Nov 23, 2022
1 parent e12f8c9 commit 7a4453c
Show file tree
Hide file tree
Showing 6 changed files with 555 additions and 29 deletions.
2 changes: 2 additions & 0 deletions www/.gitignore
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

*.typegen.ts
5 changes: 4 additions & 1 deletion www/package.json
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "tsc && vite build"
"build:typegen": "xstate typegen \"./src/**/*.ts?(x)\"",
"build": "pnpm run build:typegen && tsc && vite build"
},
"dependencies": {
"@lit-labs/context": "^0.1.3",
Expand All @@ -21,6 +22,8 @@
"xstate": "^4.34.0"
},
"devDependencies": {
"@xstate/cli": "^0.3.3",
"prettier": "^2.8.0",
"typescript": "^4.6.4",
"vite": "^3.2.3"
},
Expand Down

0 comments on commit 7a4453c

Please sign in to comment.