-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into jwrigh/1671/exporter-integration
- Loading branch information
Showing
50 changed files
with
2,279 additions
and
929 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
# This file is used to auto request reviews for a pull request | ||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
|
||
* @autodesk/synthesis-devs | ||
/exporter/ @autodesk/fusion [email protected] | ||
|
||
/fission/src/aps/ @autodesk/fusion [email protected] | ||
/fission/src/mirabuf/ @autodesk/fusion [email protected] | ||
/fission/src/proto/ @autodesk/fusion [email protected] | ||
|
||
/fission/src/ui/components/ [email protected] [email protected] [email protected] | ||
/fission/**/*.css [email protected] [email protected] [email protected] | ||
|
||
/fission/ @autodesk/fission [email protected] | ||
/installer/ @autodesk/fusion [email protected] | ||
|
||
* @autodesk/synthesis-devs [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
VITE_SYNTHESIS_SERVER_PATH=/ | ||
# VITE_SYNTHESIS_SERVER_PATH=https://synthesis.autodesk.com/ |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ const config = { | |
}, | ||
}, | ||
], | ||
endOfLine: "lf", | ||
} | ||
|
||
export default config |
Oops, something went wrong.