phio 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { debounce } from '@s-libs/micro-dash'
|
|
2
|
-
import
|
|
2
|
+
import * as ftp from '@samkirkland/ftp-deploy'
|
|
3
3
|
import { IFtpDeployArguments } from '@samkirkland/ftp-deploy/src/types'
|
|
4
4
|
import Bottleneck from 'bottleneck'
|
|
5
5
|
import { watch } from 'chokidar'
|
|
@@ -9,6 +9,8 @@ import { config } from '../lib/config'
|
|
|
9
9
|
import { getInstanceBySubdomainCnameOrId } from '../lib/getClient'
|
|
10
10
|
import { savedInstanceName } from './../lib/defaultInstanceId'
|
|
11
11
|
|
|
12
|
+
const { deploy, excludeDefaults } = ftp
|
|
13
|
+
|
|
12
14
|
export const DEFAULT_INCLUDES = [
|
|
13
15
|
`pb_*`,
|
|
14
16
|
'pb_*/**/*',
|