mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-05 12:59:53 +01:00
applied platformio structure
This commit is contained in:
8
lib/wifi-manager/webapp/dist/webpack/BuildEventsHook.d.ts
vendored
Normal file
8
lib/wifi-manager/webapp/dist/webpack/BuildEventsHook.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export class BuildEventsHook {
|
||||
constructor(name: any, fn: any, stage?: string);
|
||||
name: any;
|
||||
stage: string;
|
||||
function: any;
|
||||
apply(compiler: any): void;
|
||||
}
|
||||
export function createBuildEventsHook(options: any): BuildEventsHook;
|
||||
0
lib/wifi-manager/webapp/dist/webpack/cmdline.d.ts
vendored
Normal file
0
lib/wifi-manager/webapp/dist/webpack/cmdline.d.ts
vendored
Normal file
6
lib/wifi-manager/webapp/dist/webpack/postcss.config.d.ts
vendored
Normal file
6
lib/wifi-manager/webapp/dist/webpack/postcss.config.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export const parser: string;
|
||||
export const plugins: {
|
||||
'postcss-import': {};
|
||||
'postcss-cssnext': {};
|
||||
cssnano: {};
|
||||
};
|
||||
37
lib/wifi-manager/webapp/dist/webpack/webpack.dev.d.ts
vendored
Normal file
37
lib/wifi-manager/webapp/dist/webpack/webpack.dev.d.ts
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
declare const PORT: 5000;
|
||||
import HtmlWebPackPlugin = require("html-webpack-plugin");
|
||||
export namespace entry {
|
||||
const test: string;
|
||||
}
|
||||
export namespace devServer {
|
||||
export namespace _static {
|
||||
const directory: string;
|
||||
const staticOptions: {};
|
||||
const publicPath: string;
|
||||
const serveIndex: boolean;
|
||||
const watch: boolean;
|
||||
}
|
||||
export { _static as static };
|
||||
export namespace devMiddleware {
|
||||
const publicPath_1: string;
|
||||
export { publicPath_1 as publicPath };
|
||||
}
|
||||
export const open: boolean;
|
||||
export const compress: boolean;
|
||||
export { PORT as port };
|
||||
export const host: string;
|
||||
export const allowedHosts: string;
|
||||
export const headers: {
|
||||
'Access-Control-Allow-Origin': string;
|
||||
'Accept-Encoding': string;
|
||||
};
|
||||
export namespace client {
|
||||
const logging: string;
|
||||
const overlay: boolean;
|
||||
const progress: boolean;
|
||||
}
|
||||
export function onListening(devServer: any): void;
|
||||
export function onBeforeSetupMiddleware(devServer: any): void;
|
||||
}
|
||||
export const plugins: HtmlWebPackPlugin[];
|
||||
export {};
|
||||
Reference in New Issue
Block a user