implemented frontend including separate message system; started to implement backend
This commit is contained in:
13
yjs-poll/node_modules/lib0/dist/rollup.config.d.ts
generated
vendored
Normal file
13
yjs-poll/node_modules/lib0/dist/rollup.config.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
declare const _default: {
|
||||
input: string[];
|
||||
output: {
|
||||
dir: string;
|
||||
format: string;
|
||||
sourcemap: boolean;
|
||||
entryFileNames: string;
|
||||
chunkFileNames: string;
|
||||
};
|
||||
external: string[];
|
||||
}[];
|
||||
export default _default;
|
||||
//# sourceMappingURL=rollup.config.d.ts.map
|
||||
Reference in New Issue
Block a user