4e2bd17393
* adds the hackernews example - TODO add readme content * refactor: moving styles from root.css into components * chore: add README content * chore: lint fixes + prettier-plugin-astro@0.4.0 * Update examples/hackernews/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * lint: remove unused variable * nit: adding check command to example Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"infiniteLoopProtection": true,
|
|
"hardReloadOnChange": false,
|
|
"view": "browser",
|
|
"template": "node",
|
|
"container": {
|
|
"port": 3000,
|
|
"startScript": "start",
|
|
"node": "14"
|
|
}
|
|
}
|