Skip to content

Instantly share code, notes, and snippets.

View brunosmm's full-sized avatar
🎯
Focusing

Bruno M. brunosmm

🎯
Focusing
View GitHub Profile
@brunosmm
brunosmm / config.yml
Created March 18, 2021 10:19
CircleCI configuration to deploy an Vue App into cloudfront and execute migrations with fauna-schema-migrations lib
version: 2.1
x_filter_dev: &dev_filter
filters:
branches:
only: /develop/
x_filter_sta: &sta_filter
filters:
branches:
@brunosmm
brunosmm / index.d.ts
Created February 9, 2021 23:58
Type definition for ImageKit-javascript
// ref: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/08f078e1e0d3da2f2dde1a71fb8d66b71971413d/types/imagekit
declare module 'imagekit-javascript' {
namespace ImageKit {
export type TransformationPosition = 'path' | 'query';
/**
* Type of files to include in result set. Accepts three values:
* all - include all types of files in result set
* image - only search in image type files
* non-image - only search in files which are not image, e.g., JS or CSS or video files.