Optional - Set format on save and any global prettier options
npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-node
| import type { RemoteFormInput } from "@sveltejs/kit"; | |
| import { command, form, query } from "$app/server"; | |
| import { Effect, Schema } from "effect"; | |
| /** | |
| * Creates a remote query defined with `Effect`. Shares the same behaviour as | |
| * SvelteKit's `query`. | |
| * | |
| * @param schema The `Schema` to validate arguments against. | |
| * @param handler The `Effect` to run when this function is ran. |
In the below keyboard shortcuts, I use the capital letters for reading clarity but this does not imply shift, if shift is needed, I will say shift. So ⌘ + D does not mean hold shift. ⌘ + Shift + D does of course.
| Function | Shortcut |
|---|---|
| New Tab | ⌘ + T |
| Close Tab or Window | ⌘ + W (same as many mac apps) |
| Go to Tab | ⌘ + Number Key (ie: ⌘2 is 2nd tab) |
| Go to Split Pane by Direction | ⌘ + Option + Arrow Key |