Skip to content

Instantly share code, notes, and snippets.

{
"extends": [
"@roots/bud/config/jsconfig.json",
"@roots/sage/config/jsconfig.json"
],
"compilerOptions": {
"baseUrl": "resources",
/**
* Resolve aliases
*/
@twenty
twenty / now.json
Created June 19, 2020 05:21
now.json & package.json
{
"version": 2,
"builds": [
{
"src": "build/static/**/*",
"use": "@now/static"
},
{
"src": "robots.txt",
"use": "@now/static"
@twenty
twenty / now.json
Last active June 19, 2020 05:19
Frontity Now Deployment
{
"version": 2,
"builds": [
{
"src": "build/static/**/*",
"use": "@now/static"
},
{
"src": "robots.txt",
"use": "@now/static"