alright server-side reloading code works

Former-commit-id: a49ef52eec1037014e3c9cda1a09f387a01116b8
This commit is contained in:
Jarred Sumner
2021-08-05 19:48:36 -07:00
parent 56c689d684
commit c0273a09f1
21 changed files with 268 additions and 51 deletions

4
.vscode/launch.json vendored
View File

@@ -70,9 +70,7 @@
"name": "Eval",
"program": "${workspaceFolder}/build/debug/macos-x86_64/spjs",
"args": [
"src/index.tsx",
"--resolve=dev",
"--outdir=outcss"
"./src/index.tsx"
// "--public-url=https://localhost:9000/"
],
"cwd": "${workspaceFolder}/demos/css-stress-test",

View File

@@ -113,6 +113,7 @@
"map": "cpp",
"numeric": "cpp",
"set": "cpp",
"__memory": "cpp"
"__memory": "cpp",
"memory_resource": "cpp"
}
}