mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 13:28:11 +08:00
Restructure project directories (#333)
`/client/web` -> `/frontend` `/client/cli` -> *delete for now* `/client/native` -> *delete for now* `/core/editor` -> `/editor` `/core/document` -> `/graphene` `/core/renderer` -> `/charcoal` `/core/proc-macro` -> `/proc-macros` *(now plural)*
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ module.exports = {
|
||||
},
|
||||
// **optional** default: `[{ root: './' }]`
|
||||
// support monorepos
|
||||
projects: ['./client/web']
|
||||
projects: ['./frontend']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user