Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 9, 2024
1 parent 5352f7a commit 1b99dd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/generate-keys.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { addRootCA, generateAndSaveCertificates, generateRootCA } from '../src/keys'
import { generateAndSaveCertificates, generateRootCA } from '../src/keys'

// Generate a root key and certificate (self-signed)
await generateRootCA()
Expand Down
3 changes: 0 additions & 3 deletions src/start.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import * as net from 'node:net'
import * as http from 'node:http'
import * as https from 'node:https'
import * as fs from 'node:fs'
import type { Buffer } from 'node:buffer'
import { path } from '@stacksjs/path'
import { bold, dim, green, log } from '@stacksjs/cli'
import { version } from '../package.json'

Expand Down

0 comments on commit 1b99dd0

Please sign in to comment.