diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-08-05 13:00:16 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-08-05 13:00:16 +0200 |
| commit | fae5653b9d6c6a318e49217eb4d565252013a904 (patch) | |
| tree | b7bc9c656e0b26fc6289a16a2357462c85e285e1 /apps/frontpage/vite.config.ts | |
| parent | 6187962d0aad866edc7cd4ef3f2b828fa84ce670 (diff) | |
| parent | 7f4545d78d4e49ff0dee79e71b71ad7d5d6bacdc (diff) | |
| download | greatoffice-fae5653b9d6c6a318e49217eb4d565252013a904.tar.xz greatoffice-fae5653b9d6c6a318e49217eb4d565252013a904.zip | |
Merge branch 'tailwind'
Diffstat (limited to 'apps/frontpage/vite.config.ts')
| -rw-r--r-- | apps/frontpage/vite.config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/frontpage/vite.config.ts b/apps/frontpage/vite.config.ts new file mode 100644 index 0000000..93ac234 --- /dev/null +++ b/apps/frontpage/vite.config.ts @@ -0,0 +1,5 @@ +export default { + server: { + port: 3002 + }, +}
\ No newline at end of file |
