forked from Mirrors/keyoxide-web
fix: typo
This commit is contained in:
parent
5f1b800a42
commit
9e19a622d9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import express from 'express'
|
||||||
import * as httpContext from 'express-http-context2'
|
import * as httpContext from 'express-http-context2'
|
||||||
import { nanoid } from 'nanoid'
|
import { nanoid } from 'nanoid'
|
||||||
import { readFileSync } from 'fs'
|
import { readFileSync } from 'fs'
|
||||||
import { execSync } from 'child_process';
|
import { execSync } from 'child_process'
|
||||||
import { stringReplace } from 'string-replace-middleware'
|
import { stringReplace } from 'string-replace-middleware'
|
||||||
import * as pug from 'pug'
|
import * as pug from 'pug'
|
||||||
import * as dotenv from 'dotenv'
|
import * as dotenv from 'dotenv'
|
||||||
|
|
Loading…
Reference in a new issue