Skip to content

Commit

Permalink
improvement(client-examples): let presence-tracker start tinylicious
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ha committed Jan 16, 2024
1 parent 9edb5af commit 4d42b1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/apps/presence-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
"start": "webpack serve",
"start:client:test": "webpack serve --config webpack.test.js",
"start:tinylicious": "tinylicious",
"test": "npm run test:jest",
"test:jest": "jest",
"test:jest:verbose": "cross-env FLUID_TEST_VERBOSE=1 jest --passWithNoTests",
Expand Down Expand Up @@ -68,6 +69,7 @@
"prettier": "~3.0.3",
"puppeteer": "^17.1.3",
"rimraf": "^4.4.0",
"tinylicious": "^3.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.3.0",
"typescript": "~5.1.6",
Expand Down
2 changes: 2 additions & 0 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 4d42b1b

Please sign in to comment.