-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
questionQuestion related to TutorialKit that doesn't require changes in codebase.Question related to TutorialKit that doesn't require changes in codebase.
Description
Describe the bug
When I edit a file, I would expect changes to be present in the output, but the vite server logs show no such detected change (in the toggled terminal)
Link to a StackBlitz project which shows the error
https://github.com/NullVoxPopuli/warp-drive-tutorial
Steps to reproduce
- clone https://github.com/NullVoxPopuli/warp-drive-tutorial
- cd ./warp-drive-tutorial
- pnpm install
- pnpm start
- try typing in either the gts file or the js file
- or click "solve" -- the application.gts file contents are replaced, but the server does not detect said change
Expected behavior
When I type in the editor, changes are reflected
Screenshots
n/a
Platform
❯ pnpm ls @tutorialkit/*
dependencies:
@tutorialkit/react 1.1.1
devDependencies:
@tutorialkit/astro 1.1.1
@tutorialkit/theme 1.1.1
@tutorialkit/types 1.1.1
- OS: macOS 14.7 / Sonoma
- Browser: Chrome
- Version: 130
Additional context
Does something special need to happen with the server.watch config?
Metadata
Metadata
Assignees
Labels
questionQuestion related to TutorialKit that doesn't require changes in codebase.Question related to TutorialKit that doesn't require changes in codebase.