Compare commits
2 Commits
7779f794e4
...
7f8310ea9c
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 7f8310ea9c | |
Derrick Hammer | 6794bb2a4a |
|
@ -14,7 +14,7 @@
|
|||
"@conform-to/react": "^1.0.2",
|
||||
"@conform-to/zod": "^1.0.2",
|
||||
"@fontsource-variable/manrope": "^5.0.19",
|
||||
"@lumeweb/portal-sdk": "0.0.0-20240318153612",
|
||||
"@lumeweb/portal-sdk": "0.0.0-20240318170154",
|
||||
"@radix-ui/react-avatar": "^1.0.4",
|
||||
"@radix-ui/react-checkbox": "^1.0.4",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
|
|
|
@ -12,6 +12,9 @@ export default defineConfig({
|
|||
tsconfigPaths(),
|
||||
nodePolyfills({protocolImports: false}),
|
||||
],
|
||||
build: {
|
||||
minify: false
|
||||
},
|
||||
server: {
|
||||
fs: {
|
||||
// Restrict files that could be served by Vite's dev server. Accessing
|
||||
|
|
Loading…
Reference in New Issue