1.0.0 • Published 6 years ago

arc-macro-src-folder v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 years ago

arc-macro-src-folder

Change the function source folder in Architect projects

Install

npm i arc-macro-src-folder

Usage

After installing add something the following to the .arc file:

@app
myapp

@src
dist

@http
get /

@macros
arc-macro-src-folder

Running arc deploy will deploy the ./dist folder instead of ./src.