1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-09 06:38:52 +00:00
Giuliano De Luca cbcc2041d4 New sample SPFx webhooks real time ()
* first commit

* Implemented GetChanges API, Readme updated, New property "socket server url"

* added some scripts in order to automate the provisioning and deployment, readme updated, minor bug fix
2017-11-06 09:32:25 +02:00

7 lines
120 B
JavaScript

'use strict';
const gulp = require('gulp');
const build = require('@microsoft/sp-build-web');
build.initialize(gulp);