Add Set up Docker development environment in README.md (#997)

This commit is contained in:
Googol Lee
2024-07-23 21:56:30 +02:00
committed by GitHub
parent 0345bc1481
commit bdae9a67ce
5 changed files with 101 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
"license": "GPL-3.0",
"description": "UI app for Photoview",
"scripts": {
"start": "vite",
"start": "vite --host=0.0.0.0",
"mon": "nodemon",
"build": "vite build",
"lint": "eslint ./src --max-warnings 0 --config .eslintrc.js",