autobrr/.dockerignore
ze0s 319bc2f200
fix(web): PWA asset and route handling (#898)
* fix(web): PWA asset and fallback route handling

* fix(web): strip baseurl

* fix(web): add back manifest.json

* fix(web): add back manifest.json

* fix(web): log file

* fix(web): do not trim baseurl

* fix(web): try different start_url

* fix(web): pwa with subfolder
2023-05-02 19:06:53 +02:00

30 lines
No EOL
402 B
Text

node_modules/
.run
.gitignore
.github
.dev
dev/
config.toml
.goreleaser.yml
Dockerfile
ci.Dockerfile
docker-compose.yml
README.md
bin
config
test
#web/*
#!web/public
#!web/src
#!web/dist*
#!web/package.json
#!web/yarn.lock
#!web/.yarnrc.yml
#!web/.yarn/releases
#!web/.eslintrc.js
#!web/postcss.config.js
#!web/tailwind.config.js
#!web/tsconfig.json
#!web/index.html
#!web/vite.config.ts
#!web/build.go