0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/packages/playground
gtmnayan 15bdadb2ae
chore: playground (#8648)
* initialize playground

* pnpm up

* tidy up git ignore

* remove fluff

* format

* rm readme

* fix jsconfig error

* add skip-worktree instructions

* reload hack

* simplify

* use rollup

* ughh

* add flag for SSR

* ...

* simplify further

* configure launch.json

* add debugger info to readme

* remove vm modules flag

* use replaceAll instead of replace

* tidy up

* fix: make it run

* add watch to launch config
2023-06-07 19:22:45 -04:00
..
src chore: playground (#8648) 2023-06-07 19:22:45 -04:00
.gitignore chore: playground (#8648) 2023-06-07 19:22:45 -04:00
jsconfig.json chore: playground (#8648) 2023-06-07 19:22:45 -04:00
package.json chore: playground (#8648) 2023-06-07 19:22:45 -04:00
README.md chore: playground (#8648) 2023-06-07 19:22:45 -04:00
start.js chore: playground (#8648) 2023-06-07 19:22:45 -04:00

You may use this package to experiment with your changes to Svelte.

To prevent any changes you make in this directory from being accidentally committed, run git update-index --skip-worktree ./**/*.* in this directory.

If you would actually like to make some changes to the files here for everyone then run git update-index --no-skip-worktree ./**/*.* before committing.

If you're using VS Code, you can use the "Playground: Full" launch configuration to run the playground and attach the debugger to both the compiler and the browser.