mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 06:49:29 -07:00
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 { nanoid } from 'nanoid'
|
||||
import { readFileSync } from 'fs'
|
||||
import { execSync } from 'child_process';
|
||||
import { execSync } from 'child_process'
|
||||
import { stringReplace } from 'string-replace-middleware'
|
||||
import * as pug from 'pug'
|
||||
import * as dotenv from 'dotenv'
|
||||
|
|
Loading…
Reference in a new issue