mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
|
|
export default {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {}
|
||
|
|
}
|
||
|
|
};
|