Add deps.ts
This commit is contained in:
parent
e3df8579a0
commit
64413d572b
2
src/deps.ts
Normal file
2
src/deps.ts
Normal file
@ -0,0 +1,2 @@
|
||||
export { readLines } from 'https://deno.land/std@0.178.0/io/mod.ts';
|
||||
export { Keydb } from 'https://deno.land/x/keydb@1.0.0/sqlite.ts';
|
@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
//bin/true; exec deno run -A "$0" "$@"
|
||||
import { readLines } from 'https://deno.land/std@0.178.0/io/mod.ts';
|
||||
import { Keydb } from 'https://deno.land/x/keydb@1.0.0/sqlite.ts';
|
||||
import { Keydb, readLines } from '../deps.ts';
|
||||
|
||||
import type { InputMessage, OutputMessage } from '../types.ts';
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env -S deno run
|
||||
import { readLines } from 'https://deno.land/std@0.178.0/io/mod.ts';
|
||||
import { readLines } from '../deps.ts';
|
||||
|
||||
import type { InputMessage, OutputMessage } from '../types.ts';
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env -S deno run
|
||||
import { readLines } from 'https://deno.land/std@0.178.0/io/mod.ts';
|
||||
import { readLines } from '../deps.ts';
|
||||
|
||||
import type { InputMessage, OutputMessage } from '../types.ts';
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
//bin/true; exec deno run -A "$0" "$@"
|
||||
import { readLines } from 'https://deno.land/std@0.178.0/io/mod.ts';
|
||||
import { Keydb } from 'https://deno.land/x/keydb@1.0.0/sqlite.ts';
|
||||
import { Keydb, readLines } from '../deps.ts';
|
||||
|
||||
import type { InputMessage, OutputMessage } from '../types.ts';
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
//bin/true; exec deno run -A "$0" "$@"
|
||||
import { readLines } from 'https://deno.land/std@0.178.0/io/mod.ts';
|
||||
import { readLines } from '../deps.ts';
|
||||
|
||||
import type { InputMessage, OutputMessage } from '../types.ts';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user