Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 8, 2024
1 parent 99cf0df commit c9341a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions reverse-proxy.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export default {
'localhost:3000': 'stacks.localhost',
// 'localhost:3001': 'docs.stacks.localhost',
// 'localhost:8080': 'api.stacks.localhost',
// 'localhost:1234': 'example.test',
}
4 changes: 2 additions & 2 deletions test/index.test.ts → test/reverse-proxy.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, expect, it } from 'bun:test'

describe('should', () => {
it('exported', () => {
describe('@stacksjs/reverse-proxy', () => {
it('works', () => {
expect(1).toEqual(1)
})
})

0 comments on commit c9341a4

Please sign in to comment.