Files
solidtime-desktop/postcss.config.js
T
Gregor Vostrak 2c1e3f7a96 initial commit
cleanup api package dependencies and fix imports

add signing and notarization to github action

disable linux snap target

enable mac notarize and change publish provider to github releases

update apple notarize env names

update APPLE_API_KEY env variable to file path

fix APPLE_API_ISSUER env variable name

change github action to directly use electron-builder commands instead of action template

add dependency install and build steps

fix code signing in github action

enable signing debug in github action

add electron osx sign debug messages

fix app id in config

add all debug

fix apple notarize step

change apple api key env variable to use base64

change api key to simple env variable

write api key to file

disable notarization for mac build

remove debug option from github action
2024-08-26 12:20:46 +02:00

7 lines
92 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}