Select
Task Schedule Libraryand click inImport Task...
Select file
wsl2-bridge-task-schedule.xmland open.
| import legacy from '@vitejs/plugin-legacy' | |
| import react from '@vitejs/plugin-react-swc'; | |
| import { defineConfig } from 'vite'; | |
| import relay from 'vite-plugin-relay'; | |
| // import { esbuildCommonjs, viteCommonjs } from '@originjs/vite-plugin-commonjs' | |
| // https://vitejs.dev/config/ | |
| export default defineConfig({ | |
| plugins: [ | |
| // commonjs({ |
| #!/bin/bash | |
| # Update package lists | |
| echo "Updating package lists..." | |
| sudo apt update | |
| # Install build-essential, kernel headers, and dkms | |
| echo "Installing build-essential, kernel headers, and dkms..." | |
| sudo apt install -y build-essential linux-headers-$(uname -r) dkms |
| { | |
| "schemes" : | |
| [ | |
| { | |
| "background" : "#fafafa", | |
| "black" : "#000000", | |
| "blue" : "#3199e1", | |
| "brightBlack" : "#686868", | |
| "brightBlue" : "#399ee6", | |
| "brightCyan" : "#4cbf99", |
| type Props = { | |
| }; | |
| const FormUseFormik = (props: Props) => { | |
| const { enqueueSnackbar } = useSnackbar(); | |
| const onSubmit = (values) => { | |
| enqueueSnackbar(`submit: ${JSON.stringify(values)}`, { | |
| preventDuplicate: true, | |
| persist: false, | |
| }); |
| BackgroundColour=15,20,25 | |
| ForegroundColour=230,225,207 | |
| CursorColour=230,225,207 | |
| Black=0,0,0 | |
| BoldBlack=50,50,50 | |
| Red=255,51,51 | |
| BoldRed=255,101,101 | |
| Green=184,204,82 | |
| BoldGreen=234,254,132 | |
| Yellow=231,197,71 |