File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Add your env variables here
2+ DEPLOYMENT_ENV = " staging"
Original file line number Diff line number Diff line change 11// This file is generated by icon spritesheet generator
22
3- export const iconNames = [ "ShoppingCart" ] as const
3+ export const iconNames = [
4+ "ShoppingCart" ,
5+ ] as const
46
5- export type IconName = ( typeof iconNames ) [ number ]
7+ export type IconName = typeof iconNames [ number ]
Original file line number Diff line number Diff line change @@ -11,7 +11,16 @@ export default defineConfig({
1111 exclude : [ / ^ \/ ( r e s o u r c e s ) \/ .+ / ] ,
1212 } ) ,
1313 remixDevTools ( ) ,
14- remix ( ) ,
14+ remix ( {
15+ future : {
16+ unstable_optimizeDeps : true ,
17+ unstable_singleFetch : true ,
18+ v3_fetcherPersist : true ,
19+ v3_relativeSplatPath : true ,
20+ v3_throwAbortReason : true
21+ }
22+ }
23+ ) ,
1524 tsconfigPaths ( ) ,
1625 iconsSpritesheet ( {
1726 inputDir : "./resources/icons" ,
You can’t perform that action at this time.
0 commit comments