This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"root": "apps/api", | |
"sourceRoot": "apps/api/src", | |
"projectType": "application", | |
"targets": { | |
... | |
"deploy": { | |
"executor": "@nrwl/workspace:run-commands", | |
"options": { | |
"commands": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"projectType": "application", | |
"root": "apps/web", | |
"sourceRoot": "apps/web/src", | |
"prefix": "cb", | |
"targets": { | |
... | |
"deploy": { | |
"executor": "@nrwl/workspace:run-commands", | |
"options": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"root": "apps/api", | |
"sourceRoot": "apps/api/src", | |
"projectType": "application", | |
"targets": { | |
... | |
"serve": { | |
"executor": "@nrwl/workspace:run-commands", | |
"options": { | |
"commands": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"/api": { | |
"target": "http://localhost:5001/cowabunga-dude/us-central1", | |
"secure": false | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"functions": { | |
"runtime": "nodejs14", | |
"source": "dist/apps/api", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Logger } from '@nestjs/common'; | |
import { NestFactory } from '@nestjs/core'; | |
import { ExpressAdapter } from '@nestjs/platform-express'; | |
import * as express from 'express'; | |
import * as functions from 'firebase-functions'; | |
import 'firebase-admin'; | |
import { AppModule } from './app/app.module'; | |
const API_PREFIX = '/api'; | |
const server = express(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"root": "apps/api", | |
"sourceRoot": "apps/api/src", | |
"projectType": "application", | |
"targets": { | |
"build": { | |
"executor": "@nrwl/node:build", | |
"outputs": [ | |
"{options.outputPath}" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section> | |
<h2><span class='fragment fade-right'>ryanj</span> <span class='fragment fade-up'>@</span> <span class='fragment fade-left'>red hat</span></h2> | |
<h1 class='fragment fade-up'>RevealJS Presentation Hacks</h1> | |
<h4 class='fragment fade-up'><a href="http://gist-reveal.it/57830ddbac95a9b3a6d464a03572cc74">http://gist-reveal.it/57830ddbac95a9b3a6d464a03572cc74</a></h4> | |
</section> | |
<section data-markdown> | |
## reveal.js | |
https://github.com/hakimel/reveal.js#revealjs-- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generated on 2014-03-12 using generator-angular 0.7.1 | |
// Modified to not use imagemin, since there is a problem deploying to Windows Azure with it. | |
'use strict'; | |
// # Globbing | |
// for performance reasons we're only matching one level down: | |
// 'test/spec/{,*/}*.js' | |
// use this if you want to recursively match all subfolders: | |
// 'test/spec/**/*.js' |
NewerOlder