mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Frontend: Add npm workspaces and root ESLint config for IDE auto-detection
This commit is contained in:
parent
99d34a9c8f
commit
3d628a06bc
2 changed files with 8 additions and 0 deletions
1
eslint.config.mjs
Normal file
1
eslint.config.mjs
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { default } from "./frontend/eslint.config.mjs";
|
||||
7
package.json
Normal file
7
package.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "photoprism-pp",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"frontend"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue