mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 19:39:10 +00:00
* On every route change, update local variables from query params * ResultSection is keyed to query to force re-render * Resolved lint warnings * replace webpack w/ vite * update all imports with alias @ and scss * vite environment variables, also typed * upgraded eslint, defined new rules & added ignore comments * resolved linting issues * moved index.html to project root * updated dockerfile w/ build stage before runtime image definition * sign drone config
15 lines
162 B
Plaintext
15 lines
162 B
Plaintext
# config file - copy config.json.example
|
|
src/config.json
|
|
.env
|
|
|
|
# Build directory
|
|
dist/
|
|
lib/
|
|
|
|
# Node packages
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# MacOS trash
|
|
.DS_Store
|