Go to file
Adam Goldsmith 000cd56039 Only specify devServer options for first webpack config
This avoids `[webpack-dev-middleware] ConcurrentCompilationError`
issues when running `webpack serve`. However, it prevents running the
dev server for just the `wall-display` config (as it no longer has the
`/calendar` proxy route defined.
2022-10-13 01:17:40 -04:00
src Show day (timeline) and week view in non-wall-display view 2022-10-13 01:17:40 -04:00
.editorconfig Initial Commit, functional basic calendar 2020-03-12 14:17:09 -04:00
.gitignore Add /.log/ to .gitignore 2022-03-10 23:34:06 -05:00
.prettierignore Add .prettierignore 2022-03-10 23:38:26 -05:00
.prettierrc Initial Commit, functional basic calendar 2020-03-12 14:17:09 -04:00
babel.config.js Apply prettier 2022-03-10 23:38:38 -05:00
package.json Show day (timeline) and week view in non-wall-display view 2022-10-13 01:17:40 -04:00
pnpm-lock.yaml Show day (timeline) and week view in non-wall-display view 2022-10-13 01:17:40 -04:00
tsconfig.json Migrate to Vue 3 and vite 2021-11-12 11:32:27 -05:00
webpack.config.js Only specify devServer options for first webpack config 2022-10-13 01:17:40 -04:00