mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-30 00:46:29 +01:00
15bdadb2ae
* 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
15 lines
245 B
JSON
15 lines
245 B
JSON
{
|
|
"name": "playground",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node --watch start.js"
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "^3.20.2",
|
|
"rollup-plugin-serve": "^2.0.2",
|
|
"svelte": "workspace:*"
|
|
}
|
|
}
|