filebrowser/frontend
Kloon ImKloon 8c60137fe4
Add ability to use vite dev alongside the go backend
The point is to not have to rebuild every time to test a change, but make use of Vite's HMR and other goodies.
Some things are not yet working in dev mode:
- Upload is stuck and fails
- Reloading page while on a file will give 404 error
- Prob more that i didnt catch
2023-08-18 18:25:24 +02:00
..
public Add ability to use vite dev alongside the go backend 2023-08-18 18:25:24 +02:00
src Add ability to use vite dev alongside the go backend 2023-08-18 18:25:24 +02:00
.eslintrc.json Migration to Vite 4 (initial commit) 2023-08-12 10:16:11 +02:00
.gitignore Add proper gitignore for Node (https://github.com/github/gitignore/blob/main/Node.gitignore) 2023-08-13 15:06:12 +02:00
.prettierrc.json Migration to Vite 4 (initial commit) 2023-08-12 10:16:11 +02:00
assets_dev.go chore: add make fmt target 2021-12-20 22:39:00 +01:00
assets.go chore: add make fmt target 2021-12-20 22:39:00 +01:00
index.html Add ability to use vite dev alongside the go backend 2023-08-18 18:25:24 +02:00
jsconfig.json Proper Intellisense for IDEs 2023-08-18 18:21:59 +02:00
package-lock.json Migration to Vite 4 (initial commit) 2023-08-12 10:16:11 +02:00
package.json Made lint and format use gitignore 2023-08-15 12:10:55 +02:00
postcss.config.cjs Migration to Vite 4 (initial commit) 2023-08-12 10:16:11 +02:00
vite.config.js Add ability to use vite dev alongside the go backend 2023-08-18 18:25:24 +02:00