Skip to content

Commit c9341a4

Browse files
committed
chore: wip
1 parent 99cf0df commit c9341a4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

reverse-proxy.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
export default {
22
'localhost:3000': 'stacks.localhost',
3+
// 'localhost:3001': 'docs.stacks.localhost',
4+
// 'localhost:8080': 'api.stacks.localhost',
5+
// 'localhost:1234': 'example.test',
36
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, expect, it } from 'bun:test'
22

3-
describe('should', () => {
4-
it('exported', () => {
3+
describe('@stacksjs/reverse-proxy', () => {
4+
it('works', () => {
55
expect(1).toEqual(1)
66
})
77
})

0 commit comments

Comments
 (0)