Skip to content

Commit

Permalink
Add missing watcher package
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyAbr committed Nov 1, 2024
1 parent 4258e32 commit 8b872f9
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 1 deletion.
245 changes: 245 additions & 0 deletions wally-registry-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions wally-registry-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@parcel/config-default": "^2.12.0",
"@parcel/source-map": "^2.1.1",
"@parcel/transformer-mdx": "^2.12.0",
"@parcel/watcher": "^2.4.1",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down Expand Up @@ -83,5 +84,8 @@
"react-router-dom": "^5.2.0",
"react-select": "^5.2.0",
"styled-components": "^5.2.1"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.4.2-alpha.0"
}
}
2 changes: 1 addition & 1 deletion wally-registry-frontend/src/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fastify from "fastify"
import fastifyStatic from "fastify-static"
import { readFileSync } from "fs"
import { createReadStream, readFileSync } from "fs"
import path from "path"
import React from "react"
import ReactDOMServer from "react-dom/server"
Expand Down

0 comments on commit 8b872f9

Please sign in to comment.