chore(build): add webpack and fix paths for build
authorxangelo <me@xangelo.ca>
Wed, 4 Dec 2024 17:46:11 +0000 (12:46 -0500)
committerxangelo <me@xangelo.ca>
Wed, 4 Dec 2024 17:46:11 +0000 (12:46 -0500)
commitce3b9dd522d7da60ddafe28ed4ad6333f62d3b55
treef8e49ee214f2d032ba38b1036444b168b57e46bc
parentd9882c652b42dbdc799620f114cc72b3dbc55880
chore(build): add webpack and fix paths for build

We're using typescript paths, so we need to include tsconfig-paths in the
build process. Also added webpack to build to the build and simplified:

```
npm run build -> build FE + BE
npm start -> start server
```

This is more in line with what DO is expecting and a more standard build
process.
package.json